Html Css Color HEX #050113 Black Russian

📋 copy color: '#050113'

red 5 ◦ green 1 ◦ blue 19

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

Shades of Black Russian #050113

Tints of Black Russian #050113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4%

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

R = 20%
G = 4%
B = 76%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050113 (or 0x050113) is known color: Black Russian. HEX triplet: 05, 01 and 13. RGB value is (5,1,19). Sum of RGB (Red+Green+Blue) = 5+1+19=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 19 (7.81% from 255 or 76% from 25); Max value from RGB is 19 - color contains mainly: blue. Hex color #050113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050113 is #FAFEEC. Grayscale: #040404. Windows color (decimal): -16449261 or 1245445. OLE color: 1245445.

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

Color convert

RGB 5 1 19 -
CMYK 0.74 0.95 0 0.93
HSL 253.33º 0.9% 0.04% -
HSV(B) 253.33º 0.95% 0.07% -
XYZ 0.19 0.1 0.63 -
YUV 4.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 5 1 19 0.74 0.95 0 0.93 253.33 0.9 0.04
Hex 5 1 13 4A 5F 0 5D FD 5A 4
Octal 5 1 23 112 137 0 135 375 132 4
Binary 101 1 10011 1001010 1011111 0 1011101 11111101 1011010 100

Color Harmonies of #050113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050113

Black with #050113

Text Example


Text Example

White with #050113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050113; }

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

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

background-color css

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

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

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

border-color css

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

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

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