Html Css Color HEX #003308 Deep Fir

📋 copy color: '#003308'

red 0 ◦ green 51 ◦ blue 8

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

Shades of Deep Fir #003308

Tints of Deep Fir #003308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 13.56%

R = 0%
G = 86.44%
B = 13.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#003308 (or 0x003308) is known color: Deep Fir. HEX triplet: 00, 33 and 08. RGB value is (0,51,8). Sum of RGB (Red+Green+Blue) = 0+51+8=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 51 (20.31% from 255 or 86.44% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 51 - color contains mainly: green. Hex color #003308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003308 is #FFCCF7. Grayscale: #1E1E1E. Windows color (decimal): -16764152 or 537344. OLE color: 537344.

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

Color convert

RGB 0 51 8 -
CMYK 1 0 0.84 0.8
HSL 129.41º 1% 0.1% -
HSV(B) 129.41º 1% 0.2% -
XYZ 1.23 2.39 0.63 -
YUV 30.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 0 51 8 1 0 0.84 0.8 129.41 1 0.1
Hex 0 33 8 64 0 54 50 81 64 A
Octal 0 63 10 144 0 124 120 201 144 12
Binary 0 110011 1000 1100100 0 1010100 1010000 10000001 1100100 1010

Color Harmonies of #003308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003308

Black with #003308

Text Example


Text Example

White with #003308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003308; }

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

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

background-color css

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

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

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

border-color css

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

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

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