Html Css Color HEX #000513 Black Russian

📋 copy color: '#000513'

red 0 ◦ green 5 ◦ blue 19

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

Shades of Black Russian #000513

Tints of Black Russian #000513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 79.17%

R = 0%
G = 20.83%
B = 79.17%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000513 (or 0x000513) is known color: Black Russian. HEX triplet: 00, 05 and 13. RGB value is (0,5,19). Sum of RGB (Red+Green+Blue) = 0+5+19=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 19 (7.81% from 255 or 79.17% from 24); Max value from RGB is 19 - color contains mainly: blue. Hex color #000513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000513 is #FFFAEC. Grayscale: #050505. Windows color (decimal): -16775917 or 1246464. OLE color: 1246464.

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

Color convert

RGB 0 5 19 -
CMYK 1 0.74 0 0.93
HSL 224.21º 1% 0.04% -
HSV(B) 224.21º 1% 0.07% -
XYZ 0.17 0.16 0.64 -
YUV 5.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 0 5 19 1 0.74 0 0.93 224.21 1 0.04
Hex 0 5 13 64 4A 0 5D E0 64 4
Octal 0 5 23 144 112 0 135 340 144 4
Binary 0 101 10011 1100100 1001010 0 1011101 11100000 1100100 100

Color Harmonies of #000513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000513

Black with #000513

Text Example


Text Example

White with #000513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000513; }

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

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

background-color css

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

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

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

border-color css

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

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

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