#0A051B

Color #0A051B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0A051B

Tints of Black Russian #0A051B

Color information

#0A051B (or 0x0A051B) is unknown color: approx Black Russian. HEX triplet: 0A, 05 and 1B. RGB value is (10,5,27). Sum of RGB (Red+Green+Blue) = 10+5+27=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A051B is #F5FAE4. Grayscale: #080808. Windows color (decimal): -16120549 or 1770762. OLE color: 1770762.

HSL color Cylindrical-coordinate representation of color #0A051B: hue angle of 253.64º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A051B is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10527-
CMYK0.630.8100.89
HSL253.64º68.75%6.27%-
HSV(B)253.64º81.48%10.59%-
XYZ0.380.251.07-
YUV9138.16128.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 27 (10.94% from 255) = 64.29%
R=23.81%
G=11.90%
B=64.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal105270.630.8100.89253.6468.756.27
HexA51B3F51059fe456
Octal125337712101313761056
Binary101010111011111111101000101011001111111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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