Html Css Color HEX #050013 Black Russian

📋 copy color: '#050013'

red 5 ◦ green 0 ◦ blue 19

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

Shades of Black Russian #050013

Tints of Black Russian #050013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 79.17%

R = 20.83%
G = 0%
B = 79.17%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050013 (or 0x050013) is known color: Black Russian. HEX triplet: 05, 00 and 13. RGB value is (5,0,19). Sum of RGB (Red+Green+Blue) = 5+0+19=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 19 (7.81% from 255 or 79.17% from 24); Max value from RGB is 19 - color contains mainly: blue. Hex color #050013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050013 is #FAFFEC. Grayscale: #030303. Windows color (decimal): -16449517 or 1245189. OLE color: 1245189.

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

Color convert

RGB 5 0 19 -
CMYK 0.74 1 0 0.93
HSL 255.79º 1% 0.04% -
HSV(B) 255.79º 1% 0.07% -
XYZ 0.18 0.08 0.62 -
YUV 3.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 5 0 19 0.74 1 0 0.93 255.79 1 0.04
Hex 5 0 13 4A 64 0 5D 100 64 4
Octal 5 0 23 112 144 0 135 400 144 4
Binary 101 0 10011 1001010 1100100 0 1011101 100000000 1100100 100

Color Harmonies of #050013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050013

Black with #050013

Text Example


Text Example

White with #050013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050013; }

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

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

background-color css

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

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

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

border-color css

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

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

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