Html Css Color HEX #05021D Black Russian

📋 copy color: '#05021D'

red 5 ◦ green 2 ◦ blue 29

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

Shades of Black Russian #05021D

Tints of Black Russian #05021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 80.56%

R = 13.89%
G = 5.56%
B = 80.56%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05021D (or 0x05021D) is known color: Black Russian. HEX triplet: 05, 02 and 1D. RGB value is (5,2,29). Sum of RGB (Red+Green+Blue) = 5+2+29=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #05021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05021D is #FAFDE2. Grayscale: #050505. Windows color (decimal): -16448995 or 1901061. OLE color: 1901061.

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

Color convert

RGB 5 2 29 -
CMYK 0.83 0.93 0 0.89
HSL 246.67º 0.87% 0.06% -
HSV(B) 246.67º 0.93% 0.11% -
XYZ 0.31 0.16 1.18 -
YUV 5.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 5 2 29 0.83 0.93 0 0.89 246.67 0.87 0.06
Hex 5 2 1D 53 5D 0 59 F7 57 6
Octal 5 2 35 123 135 0 131 367 127 6
Binary 101 10 11101 1010011 1011101 0 1011001 11110111 1010111 110

Color Harmonies of #05021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05021D

Black with #05021D

Text Example


Text Example

White with #05021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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