Html Css Color HEX #050510 Black Russian

📋 copy color: '#050510'

red 5 ◦ green 5 ◦ blue 16

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

Shades of Black Russian #050510

Tints of Black Russian #050510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 61.54%

R = 19.23%
G = 19.23%
B = 61.54%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050510 (or 0x050510) is known color: Black Russian. HEX triplet: 05, 05 and 10. RGB value is (5,5,16). Sum of RGB (Red+Green+Blue) = 5+5+16=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #050510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050510 is #FAFAEF. Grayscale: #060606. Windows color (decimal): -16448240 or 1049861. OLE color: 1049861.

HSL color Cylindrical-coordinate representation of color #050510: hue angle of 240º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #050510 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 5 16 -
CMYK 0.69 0.69 0 0.94
HSL 240º 0.52% 0.04% -
HSV(B) 240º 0.69% 0.06% -
XYZ 0.21 0.18 0.51 -
YUV 6.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 5 5 16 0.69 0.69 0 0.94 240 0.52 0.04
Hex 5 5 10 45 45 0 5E F0 34 4
Octal 5 5 20 105 105 0 136 360 64 4
Binary 101 101 10000 1000101 1000101 0 1011110 11110000 110100 100

Color Harmonies of #050510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050510

Black with #050510

Text Example


Text Example

White with #050510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050510; }

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

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

background-color css

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

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

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

border-color css

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

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

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