#00300B

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

Shades of Deep Fir #00300B

Tints of Deep Fir #00300B

Color information

#00300B (or 0x00300B) is unknown color: approx Deep Fir. HEX triplet: 00, 30 and 0B. RGB value is (0,48,11). Sum of RGB (Red+Green+Blue) = 0+48+11=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #00300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00300B is #FFCFF4. Grayscale: #1D1D1D. Windows color (decimal): -16764917 or 733184. OLE color: 733184.

HSL color Cylindrical-coordinate representation of color #00300B: hue angle of 133.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00300B is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB04811-
CMYK100.770.81
HSL133.75º100%9.41%-
HSV(B)133.75º100%18.82%-
XYZ1.122.140.67-
YUV29.43117.6107.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 81.36%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=0%
G=81.36%
B=18.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04811100.770.81133.751009.41
Hex030B6404D5186649
Octal06013144011512120614411
Binary0110000101111001000100110110100011000011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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