Html Css Color HEX #000516 Black Russian

📋 copy color: '#000516'

red 0 ◦ green 5 ◦ blue 22

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

Shades of Black Russian #000516

Tints of Black Russian #000516

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 22 (8.98% from 255) = 81.48%

R = 0%
G = 18.52%
B = 81.48%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000516 (or 0x000516) is known color: Black Russian. HEX triplet: 00, 05 and 16. RGB value is (0,5,22). Sum of RGB (Red+Green+Blue) = 0+5+22=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 22 (8.98% from 255 or 81.48% from 27); Max value from RGB is 22 - color contains mainly: blue. Hex color #000516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000516 is #FFFAE9. Grayscale: #050505. Windows color (decimal): -16775914 or 1443072. OLE color: 1443072.

HSL color Cylindrical-coordinate representation of color #000516: hue angle of 226.36º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000516 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 5 22 -
CMYK 1 0.77 0 0.91
HSL 226.36º 1% 0.04% -
HSV(B) 226.36º 1% 0.09% -
XYZ 0.2 0.17 0.78 -
YUV 5.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 0 5 22 1 0.77 0 0.91 226.36 1 0.04
Hex 0 5 16 64 4D 0 5B E2 64 4
Octal 0 5 26 144 115 0 133 342 144 4
Binary 0 101 10110 1100100 1001101 0 1011011 11100010 1100100 100

Color Harmonies of #000516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000516

Black with #000516

Text Example


Text Example

White with #000516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000516; }

 p { color: rgb(0,5,22); }

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

background-color css

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

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

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

border-color css

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

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

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