Html Css Color HEX #000115 Black Russian

📋 copy color: '#000115'

red 0 ◦ green 1 ◦ blue 21

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

Shades of Black Russian #000115

Tints of Black Russian #000115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 95.45%

R = 0%
G = 4.55%
B = 95.45%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#000115 (or 0x000115) is known color: Black Russian. HEX triplet: 00, 01 and 15. RGB value is (0,1,21). Sum of RGB (Red+Green+Blue) = 0+1+21=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 21 (8.59% from 255 or 95.45% from 22); Max value from RGB is 21 - color contains mainly: blue. Hex color #000115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000115 is #FFFEEA. Grayscale: #020202. Windows color (decimal): -16776939 or 1376512. OLE color: 1376512.

HSL color Cylindrical-coordinate representation of color #000115: hue angle of 237.14º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000115 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 1 21 -
CMYK 1 0.95 0 0.92
HSL 237.14º 1% 0.04% -
HSV(B) 237.14º 1% 0.08% -
XYZ 0.15 0.08 0.72 -
YUV 2.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 0 1 21 1 0.95 0 0.92 237.14 1 0.04
Hex 0 1 15 64 5F 0 5C ED 64 4
Octal 0 1 25 144 137 0 134 355 144 4
Binary 0 1 10101 1100100 1011111 0 1011100 11101101 1100100 100

Color Harmonies of #000115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000115

Black with #000115

Text Example


Text Example

White with #000115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000115; }

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

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

background-color css

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

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

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

border-color css

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

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

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