Html Css Color HEX #11421B Deep Fir

📋 copy color: '#11421B'

red 17 ◦ green 66 ◦ blue 27

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

Shades of Deep Fir #11421B

Tints of Deep Fir #11421B

RGB

 RED value IS 17 (7.03% from 255) = 15.45%

 GREEN value IS 66 (26.17% from 255) = 60%

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 15.45%
G = 60%
B = 24.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#11421B (or 0x11421B) is known color: Deep Fir. HEX triplet: 11, 42 and 1B. RGB value is (17,66,27). Sum of RGB (Red+Green+Blue) = 17+66+27=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #11421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11421B is #EEBDE4. Grayscale: #2F2F2F. Windows color (decimal): -15646181 or 1786385. OLE color: 1786385.

HSL color Cylindrical-coordinate representation of color #11421B: hue angle of 132.24º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11421B is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 27 -
CMYK 0.74 0 0.59 0.74
HSL 132.24º 0.59% 0.16% -
HSV(B) 132.24º 0.74% 0.26% -
XYZ 2.38 4.09 1.7 -
YUV 46.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 17 66 27 0.74 0 0.59 0.74 132.24 0.59 0.16
Hex 11 42 1B 4A 0 3B 4A 84 3B 10
Octal 21 102 33 112 0 73 112 204 73 20
Binary 10001 1000010 11011 1001010 0 111011 1001010 10000100 111011 10000

Color Harmonies of #11421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11421B

Black with #11421B

Text Example


Text Example

White with #11421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11421B; }

 p { color: rgb(17,66,27); }

 H1.HeaderClassName
 {
   color: #11421B;
 }
 .AnyTagClassName
 {
   color: #11421B;
 }
</style>

background-color css

<style>
 a { background-color: #11421B; }

 a { background-color: rgb(17,66,27); }

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

border-color css

<style>
 span { border-color: #11421B; }

 span { border-color: rgb(17,66,27); }

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