Html Css Color HEX #0A371A Deep Fir

📋 copy color: '#0A371A'

red 10 ◦ green 55 ◦ blue 26

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

Shades of Deep Fir #0A371A

Tints of Deep Fir #0A371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 60.44%

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

R = 10.99%
G = 60.44%
B = 28.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#0A371A (or 0x0A371A) is known color: Deep Fir. HEX triplet: 0A, 37 and 1A. RGB value is (10,55,26). Sum of RGB (Red+Green+Blue) = 10+55+26=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #0A371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A371A is #F5C8E5. Grayscale: #262626. Windows color (decimal): -16107750 or 1718026. OLE color: 1718026.

HSL color Cylindrical-coordinate representation of color #0A371A: hue angle of 141.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A371A is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 55 26 -
CMYK 0.82 0 0.53 0.78
HSL 141.33º 0.69% 0.13% -
HSV(B) 141.33º 0.82% 0.22% -
XYZ 1.68 2.87 1.44 -
YUV 38.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 10 55 26 0.82 0 0.53 0.78 141.33 0.69 0.13
Hex A 37 1A 52 0 35 4E 8D 45 D
Octal 12 67 32 122 0 65 116 215 105 15
Binary 1010 110111 11010 1010010 0 110101 1001110 10001101 1000101 1101

Color Harmonies of #0A371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A371A

Black with #0A371A

Text Example


Text Example

White with #0A371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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