#00051A

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

Shades of Black Russian #00051A

Tints of Black Russian #00051A

Color information

#00051A (or 0x00051A) is unknown color: approx Black Russian. HEX triplet: 00, 05 and 1A. RGB value is (0,5,26). Sum of RGB (Red+Green+Blue) = 0+5+26=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #00051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00051A is #FFFAE5. Grayscale: #050505. Windows color (decimal): -16775910 or 1705216. OLE color: 1705216.

HSL color Cylindrical-coordinate representation of color #00051A: hue angle of 228.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00051A is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB0526-
CMYK10.8100.90
HSL228.46º100%5.1%-
HSV(B)228.46º100%10.2%-
XYZ0.240.181-
YUV5.9139.34123.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 26 (10.55% from 255) = 83.87%
R=0%
G=16.13%
B=83.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal052610.8100.90228.461005.1
Hex051A645105Ae4645
Octal053214412101323441445
Binary0101110101100100101000101011010111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00051A; }

 p { color: rgb(0,5,26); }

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

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

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

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

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

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

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