#0B1030

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

Shades of Black Russian #0B1030

Tints of Black Russian #0B1030

Color information

#0B1030 (or 0x0B1030) is unknown color: approx Black Russian. HEX triplet: 0B, 10 and 30. RGB value is (11,16,48). Sum of RGB (Red+Green+Blue) = 11+16+48=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1030 is #F4EFCF. Grayscale: #121212. Windows color (decimal): -16052176 or 3149835. OLE color: 3149835.

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

Color convert

RGB111648-
CMYK0.770.6700.81
HSL231.89º62.71%11.57%-
HSV(B)231.89º77.08%18.82%-
XYZ0.860.662.88-
YUV18.15144.84122.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.67%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 48 (19.14% from 255) = 64%
R=14.67%
G=21.33%
B=64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1116480.770.6700.81231.8962.7111.57
HexB10304D43051e83fc
Octal13206011510301213507714
Binary1011100001100001001101100001101010001111010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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