Html Css Color HEX #050117 Black Russian

📋 copy color: '#050117'

red 5 ◦ green 1 ◦ blue 23

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

Shades of Black Russian #050117

Tints of Black Russian #050117

RGB

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

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

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

R = 17.24%
G = 3.45%
B = 79.31%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050117 (or 0x050117) is known color: Black Russian. HEX triplet: 05, 01 and 17. RGB value is (5,1,23). Sum of RGB (Red+Green+Blue) = 5+1+23=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 23 (9.38% from 255 or 79.31% from 29); Max value from RGB is 23 - color contains mainly: blue. Hex color #050117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050117 is #FAFEE8. Grayscale: #040404. Windows color (decimal): -16449257 or 1507589. OLE color: 1507589.

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

Color convert

RGB 5 1 23 -
CMYK 0.78 0.96 0 0.91
HSL 250.91º 0.92% 0.05% -
HSV(B) 250.91º 0.96% 0.09% -
XYZ 0.23 0.12 0.82 -
YUV 4.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 5 1 23 0.78 0.96 0 0.91 250.91 0.92 0.05
Hex 5 1 17 4E 60 0 5B FB 5C 5
Octal 5 1 27 116 140 0 133 373 134 5
Binary 101 1 10111 1001110 1100000 0 1011011 11111011 1011100 101

Color Harmonies of #050117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050117

Black with #050117

Text Example


Text Example

White with #050117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050117; }

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

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

background-color css

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

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

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

border-color css

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

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

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