Html Css Color HEX #0A441F Deep Fir

📋 copy color: '#0A441F'

red 10 ◦ green 68 ◦ blue 31

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

Shades of Deep Fir #0A441F

Tints of Deep Fir #0A441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 62.39%

 BLUE value IS 31 (12.5% from 255) = 28.44%

R = 9.17%
G = 62.39%
B = 28.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#0A441F (or 0x0A441F) is known color: Deep Fir. HEX triplet: 0A, 44 and 1F. RGB value is (10,68,31). Sum of RGB (Red+Green+Blue) = 10+68+31=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #0A441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A441F is #F5BBE0. Grayscale: #2E2E2E. Windows color (decimal): -16104417 or 2049034. OLE color: 2049034.

HSL color Cylindrical-coordinate representation of color #0A441F: hue angle of 141.72º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A441F is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 68 31 -
CMYK 0.85 0 0.54 0.73
HSL 141.72º 0.74% 0.15% -
HSV(B) 141.72º 0.85% 0.27% -
XYZ 2.44 4.3 2 -
YUV 46.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 10 68 31 0.85 0 0.54 0.73 141.72 0.74 0.15
Hex A 44 1F 55 0 36 49 8E 4A F
Octal 12 104 37 125 0 66 111 216 112 17
Binary 1010 1000100 11111 1010101 0 110110 1001001 10001110 1001010 1111

Color Harmonies of #0A441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A441F

Black with #0A441F

Text Example


Text Example

White with #0A441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,68,31); }

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

background-color css

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

 a { background-color: rgb(10,68,31); }

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

border-color css

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

 span { border-color: rgb(10,68,31); }

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