Html Css Color HEX #003306 Deep Fir

📋 copy color: '#003306'

red 0 ◦ green 51 ◦ blue 6

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

Shades of Deep Fir #003306

Tints of Deep Fir #003306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10.53%

R = 0%
G = 89.47%
B = 10.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#003306 (or 0x003306) is known color: Deep Fir. HEX triplet: 00, 33 and 06. RGB value is (0,51,6). Sum of RGB (Red+Green+Blue) = 0+51+6=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 51 (20.31% from 255 or 89.47% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 51 - color contains mainly: green. Hex color #003306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003306 is #FFCCF9. Grayscale: #1E1E1E. Windows color (decimal): -16764154 or 406272. OLE color: 406272.

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

Color convert

RGB 0 51 6 -
CMYK 1 0 0.88 0.8
HSL 127.06º 1% 0.1% -
HSV(B) 127.06º 1% 0.2% -
XYZ 1.22 2.38 0.57 -
YUV 30.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 0 51 6 1 0 0.88 0.8 127.06 1 0.1
Hex 0 33 6 64 0 58 50 7F 64 A
Octal 0 63 6 144 0 130 120 177 144 12
Binary 0 110011 110 1100100 0 1011000 1010000 1111111 1100100 1010

Color Harmonies of #003306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003306

Black with #003306

Text Example


Text Example

White with #003306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003306; }

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

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

background-color css

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

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

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

border-color css

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

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

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