#00320B

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

Shades of Deep Fir #00320B

Tints of Deep Fir #00320B

Color information

#00320B (or 0x00320B) is unknown color: approx Deep Fir. HEX triplet: 00, 32 and 0B. RGB value is (0,50,11). Sum of RGB (Red+Green+Blue) = 0+50+11=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #00320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00320B is #FFCDF4. Grayscale: #1E1E1E. Windows color (decimal): -16764405 or 733696. OLE color: 733696.

HSL color Cylindrical-coordinate representation of color #00320B: hue angle of 133.2º 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 #00320B is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB05011-
CMYK100.780.80
HSL133.2º100%9.8%-
HSV(B)133.2º100%19.61%-
XYZ1.22.310.7-
YUV30.6116.94106.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 81.97%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=0%
G=81.97%
B=18.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05011100.780.80133.21009.8
Hex032B6404E508564a
Octal06213144011612020514412
Binary0110010101111001000100111010100001000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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