#0B1024

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

Shades of Black Russian #0B1024

Tints of Black Russian #0B1024

Color information

#0B1024 (or 0x0B1024) is unknown color: approx Black Russian. HEX triplet: 0B, 10 and 24. RGB value is (11,16,36). Sum of RGB (Red+Green+Blue) = 11+16+36=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B1024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1024 is #F4EFDB. Grayscale: #101010. Windows color (decimal): -16052188 or 2363403. OLE color: 2363403.

HSL color Cylindrical-coordinate representation of color #0B1024: hue angle of 228º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B1024 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB111636-
CMYK0.690.5600.86
HSL228º53.19%9.22%-
HSV(B)228º69.44%14.12%-
XYZ0.640.571.75-
YUV16.78138.84123.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.46%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 36 (14.45% from 255) = 57.14%
R=17.46%
G=25.40%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1116360.690.5600.8622853.199.22
HexB10244538056e4359
Octal1320441057001263446511
Binary101110000100100100010111100001010110111001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,36); }

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

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

 a { background-color: rgb(11,16,36); }

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

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

 span { border-color: rgb(11,16,36); }

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