Html Css Color HEX #05001A Black Russian

📋 copy color: '#05001A'

red 5 ◦ green 0 ◦ blue 26

#05001A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #05001A

Tints of Black Russian #05001A

RGB

 RED value IS 5 (2.34% from 255) = 16.13%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 83.87%

R = 16.13%
G = 0%
B = 83.87%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05001A (or 0x05001A) is known color: Black Russian. HEX triplet: 05, 00 and 1A. RGB value is (5,0,26). Sum of RGB (Red+Green+Blue) = 5+0+26=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 0 (0.39% from 255 or 0% 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 #05001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05001A is #FAFFE5. Grayscale: #040404. Windows color (decimal): -16449510 or 1703941. OLE color: 1703941.

HSL color Cylindrical-coordinate representation of color #05001A: hue angle of 251.54º 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 #05001A is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 0 26 -
CMYK 0.81 1 0 0.90
HSL 251.54º 1% 0.05% -
HSV(B) 251.54º 1% 0.1% -
XYZ 0.25 0.11 0.98 -
YUV 4.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 5 0 26 0.81 1 0 0.90 251.54 1 0.05
Hex 5 0 1A 51 64 0 5A FC 64 5
Octal 5 0 32 121 144 0 132 374 144 5
Binary 101 0 11010 1010001 1100100 0 1011010 11111100 1100100 101

Color Harmonies of #05001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05001A

Black with #05001A

Text Example


Text Example

White with #05001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05001A;
 }
 .AnyTagClassName
 {
   color: #05001A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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