#0B0328

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

Shades of Black Russian #0B0328

Tints of Black Russian #0B0328

Color information

#0B0328 (or 0x0B0328) is unknown color: approx Black Russian. HEX triplet: 0B, 03 and 28. RGB value is (11,3,40). Sum of RGB (Red+Green+Blue) = 11+3+40=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0328 is #F4FCD7. Grayscale: #090909. Windows color (decimal): -16055512 or 2622219. OLE color: 2622219.

HSL color Cylindrical-coordinate representation of color #0B0328: hue angle of 252.97º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0328 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11340-
CMYK0.720.9300.84
HSL252.97º86.05%8.43%-
HSV(B)252.97º92.5%15.69%-
XYZ0.550.292.03-
YUV9.61145.15128.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 40 (16.02% from 255) = 74.07%
R=20.37%
G=5.56%
B=74.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal113400.720.9300.84252.9786.058.43
HexB328485D054fd568
Octal13350110135012437512610
Binary10111110100010010001011101010101001111110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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