#05050B

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

Shades of Black Russian #05050B

Tints of Black Russian #05050B

Color information

#05050B (or 0x05050B) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 0B. RGB value is (5,5,11). Sum of RGB (Red+Green+Blue) = 5+5+11=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #05050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05050B is #FAFAF4. Grayscale: #050505. Windows color (decimal): -16448245 or 722181. OLE color: 722181.

HSL color Cylindrical-coordinate representation of color #05050B: hue angle of 240º degrees, saturation: 0.37, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #05050B is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5511-
CMYK0.550.5500.96
HSL240º37.5%3.14%-
HSV(B)240º54.55%4.31%-
XYZ0.180.160.34-
YUV5.68131127.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 23.81%
GREEN value IS 5 (2.34% from 255) = 23.81%
BLUE value IS 11 (4.69% from 255) = 52.38%
R=23.81%
G=23.81%
B=52.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal55110.550.5500.9624037.53.14
Hex55B3737060f0253
Octal551367670140360453
Binary1011011011110111110111011000001111000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05050B; }

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

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

<style>
 a { background-color: #05050B; }

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

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

<style>
 span { border-color: #05050B; }

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

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