Html Css Color HEX #010102 Black Russian

📋 copy color: '#010102'

red 1 ◦ green 1 ◦ blue 2

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

Shades of Black Russian #010102

Tints of Black Russian #010102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.99

RGB Variations

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

Color information

#010102 (or 0x010102) is known color: Black Russian. HEX triplet: 01, 01 and 02. RGB value is (1,1,2). Sum of RGB (Red+Green+Blue) = 1+1+2=4 (0% of max value = 765). Red value is 1 (0.78% from 255 or 25% from 4); Green value is 1 (0.78% from 255 or 25% from 4); Blue value is 2 (1.17% from 255 or 50% from 4); Max value from RGB is 2 - color contains mainly: blue. Hex color #010102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010102 is #FEFEFD. Grayscale: #010101. Windows color (decimal): -16711422 or 131329. OLE color: 131329.

HSL color Cylindrical-coordinate representation of color #010102: hue angle of 240º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #010102 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB 1 1 2 -
CMYK 0.50 0.50 0 0.99
HSL 240º 0.33% 0.01% -
HSV(B) 240º 0.5% 0.01% -
XYZ 0.03 0.03 0.06 -
YUV 1.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 1 1 2 0.50 0.50 0 0.99 240 0.33 0.01
Hex 1 1 2 32 32 0 63 F0 21 1
Octal 1 1 2 62 62 0 143 360 41 1
Binary 1 1 10 110010 110010 0 1100011 11110000 100001 1

Color Harmonies of #010102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010102

Black with #010102

Text Example


Text Example

White with #010102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010102; }

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

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

background-color css

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

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

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

border-color css

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

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

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