Html Css Color HEX #04330B Deep Fir

📋 copy color: '#04330B'

red 4 ◦ green 51 ◦ blue 11

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

Shades of Deep Fir #04330B

Tints of Deep Fir #04330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 77.27%

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

R = 6.06%
G = 77.27%
B = 16.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#04330B (or 0x04330B) is known color: Deep Fir. HEX triplet: 04, 33 and 0B. RGB value is (4,51,11). Sum of RGB (Red+Green+Blue) = 4+51+11=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #04330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04330B is #FBCCF4. Grayscale: #202020. Windows color (decimal): -16502005 or 733956. OLE color: 733956.

HSL color Cylindrical-coordinate representation of color #04330B: hue angle of 128.94º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04330B is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 11 -
CMYK 0.92 0 0.78 0.8
HSL 128.94º 0.85% 0.11% -
HSV(B) 128.94º 0.92% 0.2% -
XYZ 1.29 2.42 0.72 -
YUV 32.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 4 51 11 0.92 0 0.78 0.8 128.94 0.85 0.11
Hex 4 33 B 5C 0 4E 50 81 55 B
Octal 4 63 13 134 0 116 120 201 125 13
Binary 100 110011 1011 1011100 0 1001110 1010000 10000001 1010101 1011

Color Harmonies of #04330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04330B

Black with #04330B

Text Example


Text Example

White with #04330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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