Html Css Color HEX #010113 Black Russian

📋 copy color: '#010113'

red 1 ◦ green 1 ◦ blue 19

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

Shades of Black Russian #010113

Tints of Black Russian #010113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.76%

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

R = 4.76%
G = 4.76%
B = 90.48%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010113 (or 0x010113) is known color: Black Russian. HEX triplet: 01, 01 and 13. RGB value is (1,1,19). Sum of RGB (Red+Green+Blue) = 1+1+19=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 19 (7.81% from 255 or 90.48% from 21); Max value from RGB is 19 - color contains mainly: blue. Hex color #010113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010113 is #FEFEEC. Grayscale: #020202. Windows color (decimal): -16711405 or 1245441. OLE color: 1245441.

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

Color convert

RGB 1 1 19 -
CMYK 0.95 0.95 0 0.93
HSL 240º 0.9% 0.04% -
HSV(B) 240º 0.95% 0.07% -
XYZ 0.14 0.08 0.62 -
YUV 3.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 1 1 19 0.95 0.95 0 0.93 240 0.9 0.04
Hex 1 1 13 5F 5F 0 5D F0 5A 4
Octal 1 1 23 137 137 0 135 360 132 4
Binary 1 1 10011 1011111 1011111 0 1011101 11110000 1011010 100

Color Harmonies of #010113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010113

Black with #010113

Text Example


Text Example

White with #010113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010113; }

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

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

background-color css

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

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

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

border-color css

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

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

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