#0B0D1C

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

Shades of Black Russian #0B0D1C

Tints of Black Russian #0B0D1C

Color information

#0B0D1C (or 0x0B0D1C) is unknown color: approx Black Russian. HEX triplet: 0B, 0D and 1C. RGB value is (11,13,28). Sum of RGB (Red+Green+Blue) = 11+13+28=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B0D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D1C is #F4F2E3. Grayscale: #0E0E0E. Windows color (decimal): -16052964 or 1838347. OLE color: 1838347.

HSL color Cylindrical-coordinate representation of color #0B0D1C: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B0D1C is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB111328-
CMYK0.610.5400.89
HSL232.94º43.59%7.65%-
HSV(B)232.94º60.71%10.98%-
XYZ0.490.441.16-
YUV14.11135.84125.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.15%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 53.85%
R=21.15%
G=25%
B=53.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1113280.610.5400.89232.9443.597.65
HexBD1C3D36059e92c8
Octal131534756601313515410
Binary101111011110011110111011001011001111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,13,28); }

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

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

 a { background-color: rgb(11,13,28); }

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

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

 span { border-color: rgb(11,13,28); }

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