Html Css Color HEX #050215 Black Russian

📋 copy color: '#050215'

red 5 ◦ green 2 ◦ blue 21

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

Shades of Black Russian #050215

Tints of Black Russian #050215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 75%

R = 17.86%
G = 7.14%
B = 75%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050215 (or 0x050215) is known color: Black Russian. HEX triplet: 05, 02 and 15. RGB value is (5,2,21). Sum of RGB (Red+Green+Blue) = 5+2+21=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 21 (8.59% from 255 or 75% from 28); Max value from RGB is 21 - color contains mainly: blue. Hex color #050215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050215 is #FAFDEA. Grayscale: #040404. Windows color (decimal): -16449003 or 1376773. OLE color: 1376773.

HSL color Cylindrical-coordinate representation of color #050215: hue angle of 249.47º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050215 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 2 21 -
CMYK 0.76 0.90 0 0.92
HSL 249.47º 0.83% 0.05% -
HSV(B) 249.47º 0.9% 0.08% -
XYZ 0.22 0.13 0.72 -
YUV 5.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 5 2 21 0.76 0.90 0 0.92 249.47 0.83 0.05
Hex 5 2 15 4C 5A 0 5C F9 53 5
Octal 5 2 25 114 132 0 134 371 123 5
Binary 101 10 10101 1001100 1011010 0 1011100 11111001 1010011 101

Color Harmonies of #050215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050215

Black with #050215

Text Example


Text Example

White with #050215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050215; }

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

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

background-color css

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

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

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

border-color css

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

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

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