#0B0A1E

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

Shades of Black Russian #0B0A1E

Tints of Black Russian #0B0A1E

Color information

#0B0A1E (or 0x0B0A1E) is unknown color: approx Black Russian. HEX triplet: 0B, 0A and 1E. RGB value is (11,10,30). Sum of RGB (Red+Green+Blue) = 11+10+30=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B0A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0A1E is #F4F5E1. Grayscale: #0C0C0C. Windows color (decimal): -16053730 or 1968651. OLE color: 1968651.

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

Color convert

RGB111030-
CMYK0.630.6700.88
HSL243º50%7.84%-
HSV(B)243º66.67%11.76%-
XYZ0.480.381.28-
YUV12.58137.83126.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.57%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=21.57%
G=19.61%
B=58.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1110300.630.6700.88243507.84
HexBA1E3F43058f3328
Octal1312367710301303636210
Binary1011101011110111111100001101011000111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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