#0B0432

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

Shades of Black Russian #0B0432

Tints of Black Russian #0B0432

Color information

#0B0432 (or 0x0B0432) is unknown color: approx Black Russian. HEX triplet: 0B, 04 and 32. RGB value is (11,4,50). Sum of RGB (Red+Green+Blue) = 11+4+50=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 50 (19.92% from 255 or 76.92% from 65); Max value from RGB is 50 - color contains mainly: blue. Hex color #0B0432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0432 is #F4FBCD. Grayscale: #0B0B0B. Windows color (decimal): -16055246 or 3277835. OLE color: 3277835.

HSL color Cylindrical-coordinate representation of color #0B0432: hue angle of 249.13º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B0432 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB11450-
CMYK0.780.9200.80
HSL249.13º85.19%10.59%-
HSV(B)249.13º92%19.61%-
XYZ0.760.393.05-
YUV11.34149.82127.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.92%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 50 (19.92% from 255) = 76.92%
R=16.92%
G=6.15%
B=76.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal114500.780.9200.80249.1385.1910.59
HexB4324E5C050f955b
Octal13462116134012037112513
Binary101110011001010011101011100010100001111100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,4,50); }

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

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

 a { background-color: rgb(11,4,50); }

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

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

 span { border-color: rgb(11,4,50); }

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