Html Css Color HEX #03380A Deep Fir

📋 copy color: '#03380A'

red 3 ◦ green 56 ◦ blue 10

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

Shades of Deep Fir #03380A

Tints of Deep Fir #03380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 81.16%

 BLUE value IS 10 (4.3% from 255) = 14.49%

R = 4.35%
G = 81.16%
B = 14.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#03380A (or 0x03380A) is known color: Deep Fir. HEX triplet: 03, 38 and 0A. RGB value is (3,56,10). Sum of RGB (Red+Green+Blue) = 3+56+10=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 56 (22.27% from 255 or 81.16% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 56 - color contains mainly: green. Hex color #03380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03380A is #FCC7F5. Grayscale: #232323. Windows color (decimal): -16566262 or 669699. OLE color: 669699.

HSL color Cylindrical-coordinate representation of color #03380A: hue angle of 127.92º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03380A is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 56 10 -
CMYK 0.95 0 0.82 0.78
HSL 127.92º 0.9% 0.12% -
HSV(B) 127.92º 0.95% 0.22% -
XYZ 1.51 2.87 0.76 -
YUV 34.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 3 56 10 0.95 0 0.82 0.78 127.92 0.9 0.12
Hex 3 38 A 5F 0 52 4E 80 5A C
Octal 3 70 12 137 0 122 116 200 132 14
Binary 11 111000 1010 1011111 0 1010010 1001110 10000000 1011010 1100

Color Harmonies of #03380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03380A

Black with #03380A

Text Example


Text Example

White with #03380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03380A; }

 p { color: rgb(3,56,10); }

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

background-color css

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

 a { background-color: rgb(3,56,10); }

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

border-color css

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

 span { border-color: rgb(3,56,10); }

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