#0B1328

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

Shades of Black Russian #0B1328

Tints of Black Russian #0B1328

Color information

#0B1328 (or 0x0B1328) is unknown color: approx Black Russian. HEX triplet: 0B, 13 and 28. RGB value is (11,19,40). Sum of RGB (Red+Green+Blue) = 11+19+40=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1328 is #F4ECD7. Grayscale: #121212. Windows color (decimal): -16051416 or 2626315. OLE color: 2626315.

HSL color Cylindrical-coordinate representation of color #0B1328: hue angle of 223.45º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B1328 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB111940-
CMYK0.720.5200.84
HSL223.45º56.86%10%-
HSV(B)223.45º72.5%15.69%-
XYZ0.750.692.1-
YUV19139.85122.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.71%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 40 (16.02% from 255) = 57.14%
R=15.71%
G=27.14%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1119400.720.5200.84223.4556.8610
HexB13284834054df39a
Octal1323501106401243377112
Binary101110011101000100100011010001010100110111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,19,40); }

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

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

 a { background-color: rgb(11,19,40); }

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

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

 span { border-color: rgb(11,19,40); }

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