Html Css Color HEX #050811 Black Russian

📋 copy color: '#050811'

red 5 ◦ green 8 ◦ blue 17

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

Shades of Black Russian #050811

Tints of Black Russian #050811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 56.67%

R = 16.67%
G = 26.67%
B = 56.67%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050811 (or 0x050811) is known color: Black Russian. HEX triplet: 05, 08 and 11. RGB value is (5,8,17). Sum of RGB (Red+Green+Blue) = 5+8+17=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #050811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050811 is #FAF7EE. Grayscale: #080808. Windows color (decimal): -16447471 or 1116165. OLE color: 1116165.

HSL color Cylindrical-coordinate representation of color #050811: hue angle of 225º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050811 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 8 17 -
CMYK 0.71 0.53 0 0.93
HSL 225º 0.55% 0.04% -
HSV(B) 225º 0.71% 0.07% -
XYZ 0.25 0.25 0.56 -
YUV 8.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 5 8 17 0.71 0.53 0 0.93 225 0.55 0.04
Hex 5 8 11 47 35 0 5D E1 37 4
Octal 5 10 21 107 65 0 135 341 67 4
Binary 101 1000 10001 1000111 110101 0 1011101 11100001 110111 100

Color Harmonies of #050811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050811

Black with #050811

Text Example


Text Example

White with #050811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050811; }

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

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

background-color css

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

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

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

border-color css

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

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

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