#00330B

Color #00330B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #00330B

Tints of Deep Fir #00330B

Color information

#00330B (or 0x00330B) is unknown color: approx Deep Fir. HEX triplet: 00, 33 and 0B. RGB value is (0,51,11). Sum of RGB (Red+Green+Blue) = 0+51+11=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 51 (20.31% from 255 or 82.26% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 51 - color contains mainly: green. Hex color #00330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00330B is #FFCCF4. Grayscale: #1F1F1F. Windows color (decimal): -16764149 or 733952. OLE color: 733952.

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

Color convert

RGB05111-
CMYK100.780.8
HSL132.94º100%10%-
HSV(B)132.94º100%20%-
XYZ1.242.390.71-
YUV31.19116.6105.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 82.26%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=0%
G=82.26%
B=17.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05111100.780.8132.9410010
Hex033B6404E508564a
Octal06313144011612020514412
Binary0110011101111001000100111010100001000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00330B;
 }
 .AnyTagClassName
 {
   color: #00330B;
 }
</style>
background-color css

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

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

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

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

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

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