Html Css Color HEX #0A361A Deep Fir

📋 copy color: '#0A361A'

red 10 ◦ green 54 ◦ blue 26

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

Shades of Deep Fir #0A361A

Tints of Deep Fir #0A361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 28.89%

R = 11.11%
G = 60%
B = 28.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#0A361A (or 0x0A361A) is known color: Deep Fir. HEX triplet: 0A, 36 and 1A. RGB value is (10,54,26). Sum of RGB (Red+Green+Blue) = 10+54+26=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #0A361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A361A is #F5C9E5. Grayscale: #252525. Windows color (decimal): -16108006 or 1717770. OLE color: 1717770.

HSL color Cylindrical-coordinate representation of color #0A361A: hue angle of 141.82º 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 #0A361A is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 54 26 -
CMYK 0.81 0 0.52 0.79
HSL 141.82º 0.69% 0.13% -
HSV(B) 141.82º 0.81% 0.21% -
XYZ 1.63 2.78 1.43 -
YUV 37.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 10 54 26 0.81 0 0.52 0.79 141.82 0.69 0.13
Hex A 36 1A 51 0 34 4F 8E 45 D
Octal 12 66 32 121 0 64 117 216 105 15
Binary 1010 110110 11010 1010001 0 110100 1001111 10001110 1000101 1101

Color Harmonies of #0A361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A361A

Black with #0A361A

Text Example


Text Example

White with #0A361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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