#0A381B

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

Shades of Deep Fir #0A381B

Tints of Deep Fir #0A381B

Color information

#0A381B (or 0x0A381B) is unknown color: approx Deep Fir. HEX triplet: 0A, 38 and 1B. RGB value is (10,56,27). Sum of RGB (Red+Green+Blue) = 10+56+27=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #0A381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A381B is #F5C7E4. Grayscale: #272727. Windows color (decimal): -16107493 or 1783818. OLE color: 1783818.

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

Color convert

RGB105627-
CMYK0.8200.520.78
HSL142.17º69.7%12.94%-
HSV(B)142.17º82.14%21.96%-
XYZ1.742.971.52-
YUV38.94121.26107.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.75%
GREEN value IS 56 (22.27% from 255) = 60.22%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=10.75%
G=60.22%
B=29.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1056270.8200.520.78142.1769.712.94
HexA381B520344E8e46d
Octal12703312206411621610615
Binary1010111000110111010010011010010011101000111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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