#0B0523

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

Shades of Black Russian #0B0523

Tints of Black Russian #0B0523

Color information

#0B0523 (or 0x0B0523) is unknown color: approx Black Russian. HEX triplet: 0B, 05 and 23. RGB value is (11,5,35). Sum of RGB (Red+Green+Blue) = 11+5+35=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 35 (14.06% from 255 or 68.63% from 51); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B0523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0523 is #F4FADC. Grayscale: #0A0A0A. Windows color (decimal): -16055005 or 2295051. OLE color: 2295051.

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

Color convert

RGB11535-
CMYK0.690.8600.86
HSL252º75%7.84%-
HSV(B)252º85.71%13.73%-
XYZ0.50.31.62-
YUV10.21141.99128.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.57%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 35 (14.06% from 255) = 68.63%
R=21.57%
G=9.80%
B=68.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal115350.690.8600.86252757.84
HexB5234556056fc4b8
Octal13543105126012637411310
Binary101110110001110001011010110010101101111110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,35); }

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

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

 a { background-color: rgb(11,5,35); }

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

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

 span { border-color: rgb(11,5,35); }

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