Html Css Color HEX #03330F Deep Fir

📋 copy color: '#03330F'

red 3 ◦ green 51 ◦ blue 15

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

Shades of Deep Fir #03330F

Tints of Deep Fir #03330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.74%

R = 4.35%
G = 73.91%
B = 21.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#03330F (or 0x03330F) is known color: Deep Fir. HEX triplet: 03, 33 and 0F. RGB value is (3,51,15). Sum of RGB (Red+Green+Blue) = 3+51+15=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #03330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03330F is #FCCCF0. Grayscale: #202020. Windows color (decimal): -16567537 or 996099. OLE color: 996099.

HSL color Cylindrical-coordinate representation of color #03330F: hue angle of 135º 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 #03330F is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 51 15 -
CMYK 0.94 0 0.71 0.8
HSL 135º 0.89% 0.11% -
HSV(B) 135º 0.94% 0.2% -
XYZ 1.31 2.42 0.85 -
YUV 32.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 3 51 15 0.94 0 0.71 0.8 135 0.89 0.11
Hex 3 33 F 5E 0 47 50 87 59 B
Octal 3 63 17 136 0 107 120 207 131 13
Binary 11 110011 1111 1011110 0 1000111 1010000 10000111 1011001 1011

Color Harmonies of #03330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03330F

Black with #03330F

Text Example


Text Example

White with #03330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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