Html Css Color HEX #0A441D Deep Fir

📋 copy color: '#0A441D'

red 10 ◦ green 68 ◦ blue 29

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

Shades of Deep Fir #0A441D

Tints of Deep Fir #0A441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.1%

R = 9.35%
G = 63.55%
B = 27.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#0A441D (or 0x0A441D) is known color: Deep Fir. HEX triplet: 0A, 44 and 1D. RGB value is (10,68,29). Sum of RGB (Red+Green+Blue) = 10+68+29=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #0A441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A441D is #F5BBE2. Grayscale: #2E2E2E. Windows color (decimal): -16104419 or 1917962. OLE color: 1917962.

HSL color Cylindrical-coordinate representation of color #0A441D: hue angle of 139.66º 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 #0A441D is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 68 29 -
CMYK 0.85 0 0.57 0.73
HSL 139.66º 0.74% 0.15% -
HSV(B) 139.66º 0.85% 0.27% -
XYZ 2.41 4.29 1.86 -
YUV 46.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 10 68 29 0.85 0 0.57 0.73 139.66 0.74 0.15
Hex A 44 1D 55 0 39 49 8C 4A F
Octal 12 104 35 125 0 71 111 214 112 17
Binary 1010 1000100 11101 1010101 0 111001 1001001 10001100 1001010 1111

Color Harmonies of #0A441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A441D

Black with #0A441D

Text Example


Text Example

White with #0A441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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