Html Css Color HEX #00330B Deep Fir

📋 copy color: '#00330B'

red 0 ◦ green 51 ◦ blue 11

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

Shades of Deep Fir #00330B

Tints of Deep Fir #00330B

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 value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#00330B (or 0x00330B) is known color: 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

RGB 0 51 11 -
CMYK 1 0 0.78 0.8
HSL 132.94º 1% 0.1% -
HSV(B) 132.94º 1% 0.2% -
XYZ 1.24 2.39 0.71 -
YUV 31.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 0 51 11 1 0 0.78 0.8 132.94 1 0.1
Hex 0 33 B 64 0 4E 50 85 64 A
Octal 0 63 13 144 0 116 120 205 144 12
Binary 0 110011 1011 1100100 0 1001110 1010000 10000101 1100100 1010

Color Harmonies of #00330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00330B

Black with #00330B

Text Example


Text Example

White with #00330B

Text Example


Text Example

HTML Codes & Css Web 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>