Html Css Color HEX #050817 Black Russian

📋 copy color: '#050817'

red 5 ◦ green 8 ◦ blue 23

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

Shades of Black Russian #050817

Tints of Black Russian #050817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 22.22%

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

R = 13.89%
G = 22.22%
B = 63.89%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050817 (or 0x050817) is known color: Black Russian. HEX triplet: 05, 08 and 17. RGB value is (5,8,23). Sum of RGB (Red+Green+Blue) = 5+8+23=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #050817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050817 is #FAF7E8. Grayscale: #080808. Windows color (decimal): -16447465 or 1509381. OLE color: 1509381.

HSL color Cylindrical-coordinate representation of color #050817: hue angle of 230º 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 #050817 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 8 23 -
CMYK 0.78 0.65 0 0.91
HSL 230º 0.64% 0.05% -
HSV(B) 230º 0.78% 0.09% -
XYZ 0.3 0.27 0.85 -
YUV 8.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 5 8 23 0.78 0.65 0 0.91 230 0.64 0.05
Hex 5 8 17 4E 41 0 5B E6 40 5
Octal 5 10 27 116 101 0 133 346 100 5
Binary 101 1000 10111 1001110 1000001 0 1011011 11100110 1000000 101

Color Harmonies of #050817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050817

Black with #050817

Text Example


Text Example

White with #050817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050817; }

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

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

background-color css

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

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

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

border-color css

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

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

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