Html Css Color HEX #0A401D Deep Fir

📋 copy color: '#0A401D'

red 10 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #0A401D

Tints of Deep Fir #0A401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 62.14%

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

R = 9.71%
G = 62.14%
B = 28.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#0A401D (or 0x0A401D) is known color: Deep Fir. HEX triplet: 0A, 40 and 1D. RGB value is (10,64,29). Sum of RGB (Red+Green+Blue) = 10+64+29=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #0A401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A401D is #F5BFE2. Grayscale: #2B2B2B. Windows color (decimal): -16105443 or 1916938. OLE color: 1916938.

HSL color Cylindrical-coordinate representation of color #0A401D: hue angle of 141.11º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A401D is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 29 -
CMYK 0.84 0 0.55 0.75
HSL 141.11º 0.73% 0.15% -
HSV(B) 141.11º 0.84% 0.25% -
XYZ 2.18 3.82 1.78 -
YUV 43.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 10 64 29 0.84 0 0.55 0.75 141.11 0.73 0.15
Hex A 40 1D 54 0 37 4B 8D 49 F
Octal 12 100 35 124 0 67 113 215 111 17
Binary 1010 1000000 11101 1010100 0 110111 1001011 10001101 1001001 1111

Color Harmonies of #0A401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A401D

Black with #0A401D

Text Example


Text Example

White with #0A401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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