Html Css Color HEX #050A13 Black Russian

📋 copy color: '#050A13'

red 5 ◦ green 10 ◦ blue 19

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

Shades of Black Russian #050A13

Tints of Black Russian #050A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 29.41%

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

R = 14.71%
G = 29.41%
B = 55.88%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050A13 (or 0x050A13) is known color: Black Russian. HEX triplet: 05, 0A and 13. RGB value is (5,10,19). Sum of RGB (Red+Green+Blue) = 5+10+19=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #050A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A13 is #FAF5EC. Grayscale: #090909. Windows color (decimal): -16446957 or 1247749. OLE color: 1247749.

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

Color convert

RGB 5 10 19 -
CMYK 0.74 0.47 0 0.93
HSL 218.57º 0.58% 0.05% -
HSV(B) 218.57º 0.74% 0.07% -
XYZ 0.29 0.3 0.66 -
YUV 9.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 5 10 19 0.74 0.47 0 0.93 218.57 0.58 0.05
Hex 5 A 13 4A 2F 0 5D DB 3A 5
Octal 5 12 23 112 57 0 135 333 72 5
Binary 101 1010 10011 1001010 101111 0 1011101 11011011 111010 101

Color Harmonies of #050A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A13

Black with #050A13

Text Example


Text Example

White with #050A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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