Html Css Color HEX #05021A Black Russian

📋 copy color: '#05021A'

red 5 ◦ green 2 ◦ blue 26

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

Shades of Black Russian #05021A

Tints of Black Russian #05021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.06%

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

R = 15.15%
G = 6.06%
B = 78.79%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05021A (or 0x05021A) is known color: Black Russian. HEX triplet: 05, 02 and 1A. RGB value is (5,2,26). Sum of RGB (Red+Green+Blue) = 5+2+26=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 26 (10.55% from 255 or 78.79% from 33); Max value from RGB is 26 - color contains mainly: blue. Hex color #05021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05021A is #FAFDE5. Grayscale: #050505. Windows color (decimal): -16448998 or 1704453. OLE color: 1704453.

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

Color convert

RGB 5 2 26 -
CMYK 0.81 0.92 0 0.90
HSL 247.5º 0.86% 0.05% -
HSV(B) 247.5º 0.92% 0.1% -
XYZ 0.27 0.15 0.99 -
YUV 5.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 5 2 26 0.81 0.92 0 0.90 247.5 0.86 0.05
Hex 5 2 1A 51 5C 0 5A F8 56 5
Octal 5 2 32 121 134 0 132 370 126 5
Binary 101 10 11010 1010001 1011100 0 1011010 11111000 1010110 101

Color Harmonies of #05021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05021A

Black with #05021A

Text Example


Text Example

White with #05021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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