Html Css Color HEX #0A371D Deep Fir

📋 copy color: '#0A371D'

red 10 ◦ green 55 ◦ blue 29

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

Shades of Deep Fir #0A371D

Tints of Deep Fir #0A371D

RGB

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

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

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

R = 10.64%
G = 58.51%
B = 30.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#0A371D (or 0x0A371D) is known color: Deep Fir. HEX triplet: 0A, 37 and 1D. RGB value is (10,55,29). Sum of RGB (Red+Green+Blue) = 10+55+29=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #0A371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A371D is #F5C8E2. Grayscale: #262626. Windows color (decimal): -16107747 or 1914634. OLE color: 1914634.

HSL color Cylindrical-coordinate representation of color #0A371D: hue angle of 145.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 #0A371D is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 55 29 -
CMYK 0.82 0 0.47 0.78
HSL 145.33º 0.69% 0.13% -
HSV(B) 145.33º 0.82% 0.22% -
XYZ 1.71 2.89 1.63 -
YUV 38.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 10 55 29 0.82 0 0.47 0.78 145.33 0.69 0.13
Hex A 37 1D 52 0 2F 4E 91 45 D
Octal 12 67 35 122 0 57 116 221 105 15
Binary 1010 110111 11101 1010010 0 101111 1001110 10010001 1000101 1101

Color Harmonies of #0A371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A371D

Black with #0A371D

Text Example


Text Example

White with #0A371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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