Html Css Color HEX #000613 Black Russian

📋 copy color: '#000613'

red 0 ◦ green 6 ◦ blue 19

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

Shades of Black Russian #000613

Tints of Black Russian #000613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 24%

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

R = 0%
G = 24%
B = 76%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000613 (or 0x000613) is known color: Black Russian. HEX triplet: 00, 06 and 13. RGB value is (0,6,19). Sum of RGB (Red+Green+Blue) = 0+6+19=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 19 (7.81% from 255 or 76% from 25); Max value from RGB is 19 - color contains mainly: blue. Hex color #000613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000613 is #FFF9EC. Grayscale: #050505. Windows color (decimal): -16775661 or 1246720. OLE color: 1246720.

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

Color convert

RGB 0 6 19 -
CMYK 1 0.68 0 0.93
HSL 221.05º 1% 0.04% -
HSV(B) 221.05º 1% 0.07% -
XYZ 0.18 0.18 0.64 -
YUV 5.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 0 6 19 1 0.68 0 0.93 221.05 1 0.04
Hex 0 6 13 64 44 0 5D DD 64 4
Octal 0 6 23 144 104 0 135 335 144 4
Binary 0 110 10011 1100100 1000100 0 1011101 11011101 1100100 100

Color Harmonies of #000613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000613

Black with #000613

Text Example


Text Example

White with #000613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000613; }

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

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

background-color css

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

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

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

border-color css

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

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

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