Html Css Color HEX #010103 Black Russian

📋 copy color: '#010103'

red 1 ◦ green 1 ◦ blue 3

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

Shades of Black Russian #010103

Tints of Black Russian #010103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 60%

R = 20%
G = 20%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.99

RGB Variations

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

Color information

#010103 (or 0x010103) is known color: Black Russian. HEX triplet: 01, 01 and 03. RGB value is (1,1,3). Sum of RGB (Red+Green+Blue) = 1+1+3=5 (0% of max value = 765). Red value is 1 (0.78% from 255 or 20% from 5); Green value is 1 (0.78% from 255 or 20% from 5); Blue value is 3 (1.56% from 255 or 60% from 5); Max value from RGB is 3 - color contains mainly: blue. Hex color #010103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010103 is #FEFEFC. Grayscale: #010101. Windows color (decimal): -16711421 or 196865. OLE color: 196865.

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

Color convert

RGB 1 1 3 -
CMYK 0.67 0.67 0 0.99
HSL 240º 0.5% 0.01% -
HSV(B) 240º 0.67% 0.01% -
XYZ 0.04 0.03 0.09 -
YUV 1.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 1 1 3 0.67 0.67 0 0.99 240 0.5 0.01
Hex 1 1 3 43 43 0 63 F0 32 1
Octal 1 1 3 103 103 0 143 360 62 1
Binary 1 1 11 1000011 1000011 0 1100011 11110000 110010 1

Color Harmonies of #010103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010103

Black with #010103

Text Example


Text Example

White with #010103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010103; }

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

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

background-color css

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

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

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

border-color css

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

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

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