Html Css Color HEX #000716 Black Russian

📋 copy color: '#000716'

red 0 ◦ green 7 ◦ blue 22

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

Shades of Black Russian #000716

Tints of Black Russian #000716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 24.14%

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

R = 0%
G = 24.14%
B = 75.86%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000716 (or 0x000716) is known color: Black Russian. HEX triplet: 00, 07 and 16. RGB value is (0,7,22). Sum of RGB (Red+Green+Blue) = 0+7+22=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 22 (8.98% from 255 or 75.86% from 29); Max value from RGB is 22 - color contains mainly: blue. Hex color #000716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000716 is #FFF8E9. Grayscale: #060606. Windows color (decimal): -16775402 or 1443584. OLE color: 1443584.

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

Color convert

RGB 0 7 22 -
CMYK 1 0.68 0 0.91
HSL 220.91º 1% 0.04% -
HSV(B) 220.91º 1% 0.09% -
XYZ 0.22 0.21 0.79 -
YUV 6.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 0 7 22 1 0.68 0 0.91 220.91 1 0.04
Hex 0 7 16 64 44 0 5B DD 64 4
Octal 0 7 26 144 104 0 133 335 144 4
Binary 0 111 10110 1100100 1000100 0 1011011 11011101 1100100 100

Color Harmonies of #000716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000716

Black with #000716

Text Example


Text Example

White with #000716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000716; }

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

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

background-color css

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

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

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

border-color css

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

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

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