Html Css Color HEX #0A3219 Deep Fir

📋 copy color: '#0A3219'

red 10 ◦ green 50 ◦ blue 25

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

Shades of Deep Fir #0A3219

Tints of Deep Fir #0A3219

RGB

 RED value IS 10 (4.3% from 255) = 11.76%

 GREEN value IS 50 (19.92% from 255) = 58.82%

 BLUE value IS 25 (10.16% from 255) = 29.41%

R = 11.76%
G = 58.82%
B = 29.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#0A3219 (or 0x0A3219) is known color: Deep Fir. HEX triplet: 0A, 32 and 19. RGB value is (10,50,25). Sum of RGB (Red+Green+Blue) = 10+50+25=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3219 is #F5CDE6. Grayscale: #232323. Windows color (decimal): -16109031 or 1651210. OLE color: 1651210.

HSL color Cylindrical-coordinate representation of color #0A3219: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3219 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 50 25 -
CMYK 0.80 0 0.50 0.80
HSL 142.5º 0.67% 0.12% -
HSV(B) 142.5º 0.8% 0.2% -
XYZ 1.44 2.42 1.31 -
YUV 35.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 10 50 25 0.80 0 0.50 0.80 142.5 0.67 0.12
Hex A 32 19 50 0 32 50 8E 43 C
Octal 12 62 31 120 0 62 120 216 103 14
Binary 1010 110010 11001 1010000 0 110010 1010000 10001110 1000011 1100

Color Harmonies of #0A3219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3219

Black with #0A3219

Text Example


Text Example

White with #0A3219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3219; }

 p { color: rgb(10,50,25); }

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

background-color css

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

 a { background-color: rgb(10,50,25); }

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

border-color css

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

 span { border-color: rgb(10,50,25); }

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