Html Css Color HEX #04240B Deep Fir

📋 copy color: '#04240B'

red 4 ◦ green 36 ◦ blue 11

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

Shades of Deep Fir #04240B

Tints of Deep Fir #04240B

RGB

 RED value IS 4 (1.95% from 255) = 7.84%

 GREEN value IS 36 (14.45% from 255) = 70.59%

 BLUE value IS 11 (4.69% from 255) = 21.57%

R = 7.84%
G = 70.59%
B = 21.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#04240B (or 0x04240B) is known color: Deep Fir. HEX triplet: 04, 24 and 0B. RGB value is (4,36,11). Sum of RGB (Red+Green+Blue) = 4+36+11=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 36 (14.45% from 255 or 70.59% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 36 - color contains mainly: green. Hex color #04240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04240B is #FBDBF4. Grayscale: #171717. Windows color (decimal): -16505845 or 730116. OLE color: 730116.

HSL color Cylindrical-coordinate representation of color #04240B: hue angle of 133.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04240B is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB 4 36 11 -
CMYK 0.89 0 0.69 0.86
HSL 133.13º 0.8% 0.08% -
HSV(B) 133.13º 0.89% 0.14% -
XYZ 0.74 1.31 0.53 -
YUV 23.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 4 36 11 0.89 0 0.69 0.86 133.13 0.8 0.08
Hex 4 24 B 59 0 45 56 85 50 8
Octal 4 44 13 131 0 105 126 205 120 10
Binary 100 100100 1011 1011001 0 1000101 1010110 10000101 1010000 1000

Color Harmonies of #04240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04240B

Black with #04240B

Text Example


Text Example

White with #04240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,36,11); }

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

background-color css

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

 a { background-color: rgb(4,36,11); }

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

border-color css

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

 span { border-color: rgb(4,36,11); }

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