Html Css Color HEX #050511 Black Russian

📋 copy color: '#050511'

red 5 ◦ green 5 ◦ blue 17

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

Shades of Black Russian #050511

Tints of Black Russian #050511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 18.52%

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

R = 18.52%
G = 18.52%
B = 62.96%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050511 (or 0x050511) is known color: Black Russian. HEX triplet: 05, 05 and 11. RGB value is (5,5,17). Sum of RGB (Red+Green+Blue) = 5+5+17=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #050511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050511 is #FAFAEE. Grayscale: #060606. Windows color (decimal): -16448239 or 1115397. OLE color: 1115397.

HSL color Cylindrical-coordinate representation of color #050511: hue angle of 240º 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 #050511 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 5 17 -
CMYK 0.71 0.71 0 0.93
HSL 240º 0.55% 0.04% -
HSV(B) 240º 0.71% 0.07% -
XYZ 0.22 0.18 0.55 -
YUV 6.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 5 5 17 0.71 0.71 0 0.93 240 0.55 0.04
Hex 5 5 11 47 47 0 5D F0 37 4
Octal 5 5 21 107 107 0 135 360 67 4
Binary 101 101 10001 1000111 1000111 0 1011101 11110000 110111 100

Color Harmonies of #050511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050511

Black with #050511

Text Example


Text Example

White with #050511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050511; }

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

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

background-color css

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

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

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

border-color css

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

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

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