#0A391B

Color #0A391B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0A391B

Tints of Deep Fir #0A391B

Color information

#0A391B (or 0x0A391B) is unknown color: approx Deep Fir. HEX triplet: 0A, 39 and 1B. RGB value is (10,57,27). Sum of RGB (Red+Green+Blue) = 10+57+27=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #0A391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A391B is #F5C6E4. Grayscale: #272727. Windows color (decimal): -16107237 or 1784074. OLE color: 1784074.

HSL color Cylindrical-coordinate representation of color #0A391B: hue angle of 141.7º degrees, saturation: 0.7, 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 #0A391B is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB105727-
CMYK0.8200.530.78
HSL141.7º70.15%13.14%-
HSV(B)141.7º82.46%22.35%-
XYZ1.793.071.54-
YUV39.53120.93106.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 57 (22.66% from 255) = 60.64%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=10.64%
G=60.64%
B=28.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1057270.8200.530.78141.770.1513.14
HexA391B520354E8e46d
Octal12713312206511621610615
Binary1010111001110111010010011010110011101000111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,57,27); }

 H1.HeaderClassName
 {
   color: #0A391B;
 }
 .AnyTagClassName
 {
   color: #0A391B;
 }
</style>
background-color css

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

 a { background-color: rgb(10,57,27); }

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

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

 span { border-color: rgb(10,57,27); }

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