#050C1F

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

Shades of Black Russian #050C1F

Tints of Black Russian #050C1F

Color information

#050C1F (or 0x050C1F) is unknown color: approx Black Russian. HEX triplet: 05, 0C and 1F. RGB value is (5,12,31). Sum of RGB (Red+Green+Blue) = 5+12+31=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #050C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C1F is #FAF3E0. Grayscale: #0B0B0B. Windows color (decimal): -16446433 or 2034693. OLE color: 2034693.

HSL color Cylindrical-coordinate representation of color #050C1F: hue angle of 223.85º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050C1F is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51231-
CMYK0.840.6100.88
HSL223.85º72.22%7.06%-
HSV(B)223.85º83.87%12.16%-
XYZ0.440.391.35-
YUV12.07138.68122.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 64.58%
R=10.42%
G=25%
B=64.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal512310.840.6100.88223.8572.227.06
Hex5C1F543D058e0487
Octal514371247501303401107
Binary101110011111101010011110101011000111000001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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