Html Css Color HEX #251E11 Black Magic

📋 copy color: '#251E11'

red 37 ◦ green 30 ◦ blue 17

#251E11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #251E11

Tints of Black Magic #251E11

RGB

 RED value IS 37 (14.84% from 255) = 44.05%

 GREEN value IS 30 (12.11% from 255) = 35.71%

 BLUE value IS 17 (7.03% from 255) = 20.24%

R = 44.05%
G = 35.71%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#251E11 (or 0x251E11) is known color: Black Magic. HEX triplet: 25, 1E and 11. RGB value is (37,30,17). Sum of RGB (Red+Green+Blue) = 37+30+17=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #251E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E11 is #DAE1EE. Grayscale: #1E1E1E. Windows color (decimal): -14344687 or 1121829. OLE color: 1121829.

HSL color Cylindrical-coordinate representation of color #251E11: hue angle of 39º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #251E11 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 30 17 -
CMYK 0 0.19 0.54 0.85
HSL 39º 0.37% 0.11% -
HSV(B) 39º 0.54% 0.15% -
XYZ 1.33 1.36 0.72 -
YUV 30.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 37 30 17 0 0.19 0.54 0.85 39 0.37 0.11
Hex 25 1E 11 0 13 36 55 27 25 B
Octal 45 36 21 0 23 66 125 47 45 13
Binary 100101 11110 10001 0 10011 110110 1010101 100111 100101 1011

Color Harmonies of #251E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E11

Black with #251E11

Text Example


Text Example

White with #251E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251E11; }

 p { color: rgb(37,30,17); }

 H1.HeaderClassName
 {
   color: #251E11;
 }
 .AnyTagClassName
 {
   color: #251E11;
 }
</style>

background-color css

<style>
 a { background-color: #251E11; }

 a { background-color: rgb(37,30,17); }

 div.DivClassName
 {
   background-color: #251E11;
 }
 .BgClassName
 {
   background-color: #251E11;
 }
</style>

border-color css

<style>
 span { border-color: #251E11; }

 span { border-color: rgb(37,30,17); }

 td.TdClassName
 {
   border-color: #251E11;
 }
 .TagClassName
 {
   border-color: #251E11;
 }
</style>