Html Css Color HEX #010010 Black Russian

📋 copy color: '#010010'

red 1 ◦ green 0 ◦ blue 16

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

Shades of Black Russian #010010

Tints of Black Russian #010010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 94.12%

R = 5.88%
G = 0%
B = 94.12%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#010010 (or 0x010010) is known color: Black Russian. HEX triplet: 01, 00 and 10. RGB value is (1,0,16). Sum of RGB (Red+Green+Blue) = 1+0+16=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 0 (0.39% from 255 or 0% from 17); Blue value is 16 (6.64% from 255 or 94.12% from 17); Max value from RGB is 16 - color contains mainly: blue. Hex color #010010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010010 is #FEFFEF. Grayscale: #020202. Windows color (decimal): -16711664 or 1048577. OLE color: 1048577.

HSL color Cylindrical-coordinate representation of color #010010: hue angle of 243.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010010 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 0 16 -
CMYK 0.94 1 0 0.94
HSL 243.75º 1% 0.03% -
HSV(B) 243.75º 1% 0.06% -
XYZ 0.11 0.04 0.49 -
YUV 2.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 1 0 16 0.94 1 0 0.94 243.75 1 0.03
Hex 1 0 10 5E 64 0 5E F4 64 3
Octal 1 0 20 136 144 0 136 364 144 3
Binary 1 0 10000 1011110 1100100 0 1011110 11110100 1100100 11

Color Harmonies of #010010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010010

Black with #010010

Text Example


Text Example

White with #010010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010010; }

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

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

background-color css

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

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

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

border-color css

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

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

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