Html Css Color HEX #0A411C Deep Fir

📋 copy color: '#0A411C'

red 10 ◦ green 65 ◦ blue 28

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

Shades of Deep Fir #0A411C

Tints of Deep Fir #0A411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 63.11%

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 9.71%
G = 63.11%
B = 27.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#0A411C (or 0x0A411C) is known color: Deep Fir. HEX triplet: 0A, 41 and 1C. RGB value is (10,65,28). Sum of RGB (Red+Green+Blue) = 10+65+28=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #0A411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A411C is #F5BEE3. Grayscale: #2C2C2C. Windows color (decimal): -16105188 or 1851658. OLE color: 1851658.

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

Color convert

RGB 10 65 28 -
CMYK 0.85 0 0.57 0.75
HSL 139.64º 0.73% 0.15% -
HSV(B) 139.64º 0.85% 0.25% -
XYZ 2.23 3.93 1.74 -
YUV 44.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 10 65 28 0.85 0 0.57 0.75 139.64 0.73 0.15
Hex A 41 1C 55 0 39 4B 8C 49 F
Octal 12 101 34 125 0 71 113 214 111 17
Binary 1010 1000001 11100 1010101 0 111001 1001011 10001100 1001001 1111

Color Harmonies of #0A411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A411C

Black with #0A411C

Text Example


Text Example

White with #0A411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,28); }

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

background-color css

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

 a { background-color: rgb(10,65,28); }

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

border-color css

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

 span { border-color: rgb(10,65,28); }

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