Html Css Color HEX #000512 Black Russian

📋 copy color: '#000512'

red 0 ◦ green 5 ◦ blue 18

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

Shades of Black Russian #000512

Tints of Black Russian #000512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 78.26%

R = 0%
G = 21.74%
B = 78.26%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000512 (or 0x000512) is known color: Black Russian. HEX triplet: 00, 05 and 12. RGB value is (0,5,18). Sum of RGB (Red+Green+Blue) = 0+5+18=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #000512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000512 is #FFFAED. Grayscale: #040404. Windows color (decimal): -16775918 or 1180928. OLE color: 1180928.

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

Color convert

RGB 0 5 18 -
CMYK 1 0.72 0 0.93
HSL 223.33º 1% 0.04% -
HSV(B) 223.33º 1% 0.07% -
XYZ 0.16 0.15 0.59 -
YUV 4.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 0 5 18 1 0.72 0 0.93 223.33 1 0.04
Hex 0 5 12 64 48 0 5D DF 64 4
Octal 0 5 22 144 110 0 135 337 144 4
Binary 0 101 10010 1100100 1001000 0 1011101 11011111 1100100 100

Color Harmonies of #000512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000512

Black with #000512

Text Example


Text Example

White with #000512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000512; }

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

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

background-color css

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

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

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

border-color css

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

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

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