#050626

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

Shades of Black Russian #050626

Tints of Black Russian #050626

Color information

#050626 (or 0x050626) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 26. RGB value is (5,6,38). Sum of RGB (Red+Green+Blue) = 5+6+38=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 38 (15.23% from 255 or 77.55% from 49); Max value from RGB is 38 - color contains mainly: blue. Hex color #050626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050626 is #FAF9D9. Grayscale: #090909. Windows color (decimal): -16447962 or 2491909. OLE color: 2491909.

HSL color Cylindrical-coordinate representation of color #050626: hue angle of 238.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #050626 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB5638-
CMYK0.870.8400.85
HSL238.18º76.74%8.43%-
HSV(B)238.18º86.84%14.9%-
XYZ0.480.31.87-
YUV9.35144.17124.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 38 (15.23% from 255) = 77.55%
R=10.20%
G=12.24%
B=77.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal56380.870.8400.85238.1876.748.43
Hex56265754055ee4d8
Octal5646127124012535611510
Binary10111010011010101111010100010101011110111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050626; }

 p { color: rgb(5,6,38); }

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

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

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

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

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

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

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