#050826

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

Shades of Black Russian #050826

Tints of Black Russian #050826

Color information

#050826 (or 0x050826) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 26. RGB value is (5,8,38). Sum of RGB (Red+Green+Blue) = 5+8+38=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 38 (15.23% from 255 or 74.51% from 51); Max value from RGB is 38 - color contains mainly: blue. Hex color #050826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050826 is #FAF7D9. Grayscale: #0A0A0A. Windows color (decimal): -16447450 or 2492421. OLE color: 2492421.

HSL color Cylindrical-coordinate representation of color #050826: hue angle of 234.55º 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 #050826 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB5838-
CMYK0.870.7900.85
HSL234.55º76.74%8.43%-
HSV(B)234.55º86.84%14.9%-
XYZ0.50.351.87-
YUV10.52143.51124.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 38 (15.23% from 255) = 74.51%
R=9.80%
G=15.69%
B=74.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal58380.870.7900.85234.5576.748.43
Hex5826574F055eb4d8
Octal51046127117012535311510
Binary101100010011010101111001111010101011110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050826; }

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

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

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

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

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

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

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

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