#0B0530

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

Shades of Black Russian #0B0530

Tints of Black Russian #0B0530

Color information

#0B0530 (or 0x0B0530) is unknown color: approx Black Russian. HEX triplet: 0B, 05 and 30. RGB value is (11,5,48). Sum of RGB (Red+Green+Blue) = 11+5+48=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B0530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0530 is #F4FACF. Grayscale: #0B0B0B. Windows color (decimal): -16054992 or 3147019. OLE color: 3147019.

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

Color convert

RGB11548-
CMYK0.770.9000.81
HSL248.37º81.13%10.39%-
HSV(B)248.37º89.58%18.82%-
XYZ0.730.392.83-
YUV11.7148.49127.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 48 (19.14% from 255) = 75%
R=17.19%
G=7.81%
B=75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal115480.770.9000.81248.3781.1310.39
HexB5304D5A051f851a
Octal13560115132012137012112
Binary101110111000010011011011010010100011111100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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