#0A331B

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

Shades of Deep Fir #0A331B

Tints of Deep Fir #0A331B

Color information

#0A331B (or 0x0A331B) is unknown color: approx Deep Fir. HEX triplet: 0A, 33 and 1B. RGB value is (10,51,27). Sum of RGB (Red+Green+Blue) = 10+51+27=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #0A331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A331B is #F5CCE4. Grayscale: #242424. Windows color (decimal): -16108773 or 1782538. OLE color: 1782538.

HSL color Cylindrical-coordinate representation of color #0A331B: hue angle of 144.88º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A331B is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB105127-
CMYK0.8000.470.8
HSL144.88º67.21%11.96%-
HSV(B)144.88º80.39%20%-
XYZ1.512.511.44-
YUV36.01122.92109.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.36%
GREEN value IS 51 (20.31% from 255) = 57.95%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=11.36%
G=57.95%
B=30.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1051270.8000.470.8144.8867.2111.96
HexA331B5002F509143c
Octal12633312005712022110314
Binary1010110011110111010000010111110100001001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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