Html Css Color HEX #05021E Black Russian

📋 copy color: '#05021E'

red 5 ◦ green 2 ◦ blue 30

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

Shades of Black Russian #05021E

Tints of Black Russian #05021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 81.08%

R = 13.51%
G = 5.41%
B = 81.08%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05021E (or 0x05021E) is known color: Black Russian. HEX triplet: 05, 02 and 1E. RGB value is (5,2,30). Sum of RGB (Red+Green+Blue) = 5+2+30=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 30 (12.11% from 255 or 81.08% from 37); Max value from RGB is 30 - color contains mainly: blue. Hex color #05021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05021E is #FAFDE1. Grayscale: #050505. Windows color (decimal): -16448994 or 1966597. OLE color: 1966597.

HSL color Cylindrical-coordinate representation of color #05021E: hue angle of 246.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05021E is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 2 30 -
CMYK 0.83 0.93 0 0.88
HSL 246.43º 0.88% 0.06% -
HSV(B) 246.43º 0.93% 0.12% -
XYZ 0.32 0.17 1.24 -
YUV 6.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 5 2 30 0.83 0.93 0 0.88 246.43 0.88 0.06
Hex 5 2 1E 53 5D 0 58 F6 58 6
Octal 5 2 36 123 135 0 130 366 130 6
Binary 101 10 11110 1010011 1011101 0 1011000 11110110 1011000 110

Color Harmonies of #05021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05021E

Black with #05021E

Text Example


Text Example

White with #05021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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