Html Css Color HEX #050017 Black Russian

📋 copy color: '#050017'

red 5 ◦ green 0 ◦ blue 23

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

Shades of Black Russian #050017

Tints of Black Russian #050017

RGB

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

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

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

R = 17.86%
G = 0%
B = 82.14%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050017 (or 0x050017) is known color: Black Russian. HEX triplet: 05, 00 and 17. RGB value is (5,0,23). Sum of RGB (Red+Green+Blue) = 5+0+23=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 23 (9.38% from 255 or 82.14% from 28); Max value from RGB is 23 - color contains mainly: blue. Hex color #050017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050017 is #FAFFE8. Grayscale: #040404. Windows color (decimal): -16449513 or 1507333. OLE color: 1507333.

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

Color convert

RGB 5 0 23 -
CMYK 0.78 1 0 0.91
HSL 253.04º 1% 0.05% -
HSV(B) 253.04º 1% 0.09% -
XYZ 0.22 0.09 0.82 -
YUV 4.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 5 0 23 0.78 1 0 0.91 253.04 1 0.05
Hex 5 0 17 4E 64 0 5B FD 64 5
Octal 5 0 27 116 144 0 133 375 144 5
Binary 101 0 10111 1001110 1100100 0 1011011 11111101 1100100 101

Color Harmonies of #050017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050017

Black with #050017

Text Example


Text Example

White with #050017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050017; }

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

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

background-color css

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

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

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

border-color css

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

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

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