Html Css Color HEX #010613 Black Russian

📋 copy color: '#010613'

red 1 ◦ green 6 ◦ blue 19

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

Shades of Black Russian #010613

Tints of Black Russian #010613

RGB

 RED value IS 1 (0.78% from 255) = 3.85%

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

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

R = 3.85%
G = 23.08%
B = 73.08%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010613 (or 0x010613) is known color: Black Russian. HEX triplet: 01, 06 and 13. RGB value is (1,6,19). Sum of RGB (Red+Green+Blue) = 1+6+19=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #010613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010613 is #FEF9EC. Grayscale: #050505. Windows color (decimal): -16710125 or 1246721. OLE color: 1246721.

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

Color convert

RGB 1 6 19 -
CMYK 0.95 0.68 0 0.93
HSL 223.33º 0.9% 0.04% -
HSV(B) 223.33º 0.95% 0.07% -
XYZ 0.2 0.18 0.64 -
YUV 5.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 1 6 19 0.95 0.68 0 0.93 223.33 0.9 0.04
Hex 1 6 13 5F 44 0 5D DF 5A 4
Octal 1 6 23 137 104 0 135 337 132 4
Binary 1 110 10011 1011111 1000100 0 1011101 11011111 1011010 100

Color Harmonies of #010613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010613

Black with #010613

Text Example


Text Example

White with #010613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010613; }

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

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

background-color css

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

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

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

border-color css

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

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

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