Html Css Color HEX #050A17 Black Russian

📋 copy color: '#050A17'

red 5 ◦ green 10 ◦ blue 23

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

Shades of Black Russian #050A17

Tints of Black Russian #050A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 60.53%

R = 13.16%
G = 26.32%
B = 60.53%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050A17 (or 0x050A17) is known color: Black Russian. HEX triplet: 05, 0A and 17. RGB value is (5,10,23). Sum of RGB (Red+Green+Blue) = 5+10+23=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #050A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A17 is #FAF5E8. Grayscale: #090909. Windows color (decimal): -16446953 or 1509893. OLE color: 1509893.

HSL color Cylindrical-coordinate representation of color #050A17: hue angle of 223.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050A17 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 10 23 -
CMYK 0.78 0.57 0 0.91
HSL 223.33º 0.64% 0.05% -
HSV(B) 223.33º 0.78% 0.09% -
XYZ 0.33 0.31 0.85 -
YUV 9.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 5 10 23 0.78 0.57 0 0.91 223.33 0.64 0.05
Hex 5 A 17 4E 39 0 5B DF 40 5
Octal 5 12 27 116 71 0 133 337 100 5
Binary 101 1010 10111 1001110 111001 0 1011011 11011111 1000000 101

Color Harmonies of #050A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A17

Black with #050A17

Text Example


Text Example

White with #050A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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