Html Css Color HEX #050015 Black Russian

📋 copy color: '#050015'

red 5 ◦ green 0 ◦ blue 21

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

Shades of Black Russian #050015

Tints of Black Russian #050015

RGB

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

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

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

R = 19.23%
G = 0%
B = 80.77%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050015 (or 0x050015) is known color: Black Russian. HEX triplet: 05, 00 and 15. RGB value is (5,0,21). Sum of RGB (Red+Green+Blue) = 5+0+21=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 21 (8.59% from 255 or 80.77% from 26); Max value from RGB is 21 - color contains mainly: blue. Hex color #050015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050015 is #FAFFEA. Grayscale: #030303. Windows color (decimal): -16449515 or 1376261. OLE color: 1376261.

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

Color convert

RGB 5 0 21 -
CMYK 0.76 1 0 0.92
HSL 254.29º 1% 0.04% -
HSV(B) 254.29º 1% 0.08% -
XYZ 0.2 0.09 0.72 -
YUV 3.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 5 0 21 0.76 1 0 0.92 254.29 1 0.04
Hex 5 0 15 4C 64 0 5C FE 64 4
Octal 5 0 25 114 144 0 134 376 144 4
Binary 101 0 10101 1001100 1100100 0 1011100 11111110 1100100 100

Color Harmonies of #050015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050015

Black with #050015

Text Example


Text Example

White with #050015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050015; }

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

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

background-color css

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

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

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

border-color css

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

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

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