Html Css Color HEX #010015 Black Russian

📋 copy color: '#010015'

red 1 ◦ green 0 ◦ blue 21

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

Shades of Black Russian #010015

Tints of Black Russian #010015

RGB

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

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

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

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

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010015 (or 0x010015) is known color: Black Russian. HEX triplet: 01, 00 and 15. RGB value is (1,0,21). Sum of RGB (Red+Green+Blue) = 1+0+21=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 0 (0.39% from 255 or 0% 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 #010015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010015 is #FEFFEA. Grayscale: #020202. Windows color (decimal): -16711659 or 1376257. OLE color: 1376257.

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

Color convert

RGB 1 0 21 -
CMYK 0.95 1 0 0.92
HSL 242.86º 1% 0.04% -
HSV(B) 242.86º 1% 0.08% -
XYZ 0.15 0.06 0.71 -
YUV 2.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 1 0 21 0.95 1 0 0.92 242.86 1 0.04
Hex 1 0 15 5F 64 0 5C F3 64 4
Octal 1 0 25 137 144 0 134 363 144 4
Binary 1 0 10101 1011111 1100100 0 1011100 11110011 1100100 100

Color Harmonies of #010015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010015

Black with #010015

Text Example


Text Example

White with #010015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010015; }

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

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

background-color css

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

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

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

border-color css

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

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

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