#0B051E

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

Shades of Black Russian #0B051E

Tints of Black Russian #0B051E

Color information

#0B051E (or 0x0B051E) is unknown color: approx Black Russian. HEX triplet: 0B, 05 and 1E. RGB value is (11,5,30). Sum of RGB (Red+Green+Blue) = 11+5+30=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051E is #F4FAE1. Grayscale: #090909. Windows color (decimal): -16055010 or 1967371. OLE color: 1967371.

HSL color Cylindrical-coordinate representation of color #0B051E: hue angle of 254.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B051E is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11530-
CMYK0.630.8300.88
HSL254.4º71.43%6.86%-
HSV(B)254.4º83.33%11.76%-
XYZ0.430.271.26-
YUV9.64139.49128.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 30 (12.11% from 255) = 65.22%
R=23.91%
G=10.87%
B=65.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal115300.630.8300.88254.471.436.86
HexB51E3F53058fe477
Octal135367712301303761077
Binary101110111110111111101001101011000111111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,30); }

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

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

 a { background-color: rgb(11,5,30); }

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

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

 span { border-color: rgb(11,5,30); }

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