#050C26

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

Shades of Black Russian #050C26

Tints of Black Russian #050C26

Color information

#050C26 (or 0x050C26) is unknown color: approx Black Russian. HEX triplet: 05, 0C and 26. RGB value is (5,12,38). Sum of RGB (Red+Green+Blue) = 5+12+38=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #050C26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C26 is #FAF3D9. Grayscale: #0C0C0C. Windows color (decimal): -16446426 or 2493445. OLE color: 2493445.

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

Color convert

RGB51238-
CMYK0.870.6800.85
HSL227.27º76.74%8.43%-
HSV(B)227.27º86.84%14.9%-
XYZ0.540.441.89-
YUV12.87142.18122.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 38 (15.23% from 255) = 69.09%
R=9.09%
G=21.82%
B=69.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal512380.870.6800.85227.2776.748.43
Hex5C265744055e34d8
Octal51446127104012534311510
Binary101110010011010101111000100010101011110001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C26; }

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

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

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

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

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

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

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

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