Html Css Color HEX #000113 Black Russian

📋 copy color: '#000113'

red 0 ◦ green 1 ◦ blue 19

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

Shades of Black Russian #000113

Tints of Black Russian #000113

RGB

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

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

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

R = 0%
G = 5%
B = 95%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000113 (or 0x000113) is known color: Black Russian. HEX triplet: 00, 01 and 13. RGB value is (0,1,19). Sum of RGB (Red+Green+Blue) = 0+1+19=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 19 (7.81% from 255 or 95% from 20); Max value from RGB is 19 - color contains mainly: blue. Hex color #000113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000113 is #FFFEEC. Grayscale: #020202. Windows color (decimal): -16776941 or 1245440. OLE color: 1245440.

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

Color convert

RGB 0 1 19 -
CMYK 1 0.95 0 0.93
HSL 236.84º 1% 0.04% -
HSV(B) 236.84º 1% 0.07% -
XYZ 0.13 0.07 0.62 -
YUV 2.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 0 1 19 1 0.95 0 0.93 236.84 1 0.04
Hex 0 1 13 64 5F 0 5D ED 64 4
Octal 0 1 23 144 137 0 135 355 144 4
Binary 0 1 10011 1100100 1011111 0 1011101 11101101 1100100 100

Color Harmonies of #000113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000113

Black with #000113

Text Example


Text Example

White with #000113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000113; }

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

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

background-color css

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

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

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

border-color css

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

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

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