Html Css Color HEX #00330C Deep Fir

📋 copy color: '#00330C'

red 0 ◦ green 51 ◦ blue 12

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

Shades of Deep Fir #00330C

Tints of Deep Fir #00330C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 0%
G = 80.95%
B = 19.05%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#00330C (or 0x00330C) is known color: Deep Fir. HEX triplet: 00, 33 and 0C. RGB value is (0,51,12). Sum of RGB (Red+Green+Blue) = 0+51+12=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #00330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00330C is #FFCCF3. Grayscale: #1F1F1F. Windows color (decimal): -16764148 or 799488. OLE color: 799488.

HSL color Cylindrical-coordinate representation of color #00330C: hue angle of 134.12º 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 #00330C is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 12 -
CMYK 1 0 0.76 0.8
HSL 134.12º 1% 0.1% -
HSV(B) 134.12º 1% 0.2% -
XYZ 1.25 2.39 0.74 -
YUV 31.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 0 51 12 1 0 0.76 0.8 134.12 1 0.1
Hex 0 33 C 64 0 4C 50 86 64 A
Octal 0 63 14 144 0 114 120 206 144 12
Binary 0 110011 1100 1100100 0 1001100 1010000 10000110 1100100 1010

Color Harmonies of #00330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00330C

Black with #00330C

Text Example


Text Example

White with #00330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00330C;
 }
 .AnyTagClassName
 {
   color: #00330C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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