Html Css Color HEX #0A361D Deep Fir

📋 copy color: '#0A361D'

red 10 ◦ green 54 ◦ blue 29

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

Shades of Deep Fir #0A361D

Tints of Deep Fir #0A361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 58.06%

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

R = 10.75%
G = 58.06%
B = 31.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#0A361D (or 0x0A361D) is known color: Deep Fir. HEX triplet: 0A, 36 and 1D. RGB value is (10,54,29). Sum of RGB (Red+Green+Blue) = 10+54+29=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #0A361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A361D is #F5C9E2. Grayscale: #262626. Windows color (decimal): -16108003 or 1914378. OLE color: 1914378.

HSL color Cylindrical-coordinate representation of color #0A361D: hue angle of 145.91º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A361D is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 54 29 -
CMYK 0.81 0 0.46 0.79
HSL 145.91º 0.69% 0.13% -
HSV(B) 145.91º 0.81% 0.21% -
XYZ 1.67 2.79 1.61 -
YUV 37.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 10 54 29 0.81 0 0.46 0.79 145.91 0.69 0.13
Hex A 36 1D 51 0 2E 4F 92 45 D
Octal 12 66 35 121 0 56 117 222 105 15
Binary 1010 110110 11101 1010001 0 101110 1001111 10010010 1000101 1101

Color Harmonies of #0A361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A361D

Black with #0A361D

Text Example


Text Example

White with #0A361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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