Html Css Color HEX #033312 Deep Fir

📋 copy color: '#033312'

red 3 ◦ green 51 ◦ blue 18

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

Shades of Deep Fir #033312

Tints of Deep Fir #033312

RGB

 RED value IS 3 (1.56% from 255) = 4.17%

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

 BLUE value IS 18 (7.42% from 255) = 25%

R = 4.17%
G = 70.83%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#033312 (or 0x033312) is known color: Deep Fir. HEX triplet: 03, 33 and 12. RGB value is (3,51,18). Sum of RGB (Red+Green+Blue) = 3+51+18=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #033312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033312 is #FCCCED. Grayscale: #202020. Windows color (decimal): -16567534 or 1192707. OLE color: 1192707.

HSL color Cylindrical-coordinate representation of color #033312: hue angle of 138.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033312 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 51 18 -
CMYK 0.94 0 0.65 0.8
HSL 138.75º 0.89% 0.11% -
HSV(B) 138.75º 0.94% 0.2% -
XYZ 1.33 2.43 0.97 -
YUV 32.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 3 51 18 0.94 0 0.65 0.8 138.75 0.89 0.11
Hex 3 33 12 5E 0 41 50 8B 59 B
Octal 3 63 22 136 0 101 120 213 131 13
Binary 11 110011 10010 1011110 0 1000001 1010000 10001011 1011001 1011

Color Harmonies of #033312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033312

Black with #033312

Text Example


Text Example

White with #033312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033312; }

 p { color: rgb(3,51,18); }

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

background-color css

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

 a { background-color: rgb(3,51,18); }

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

border-color css

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

 span { border-color: rgb(3,51,18); }

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