Html Css Color HEX #010114 Black Russian

📋 copy color: '#010114'

red 1 ◦ green 1 ◦ blue 20

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

Shades of Black Russian #010114

Tints of Black Russian #010114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 90.91%

R = 4.55%
G = 4.55%
B = 90.91%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010114 (or 0x010114) is known color: Black Russian. HEX triplet: 01, 01 and 14. RGB value is (1,1,20). Sum of RGB (Red+Green+Blue) = 1+1+20=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 20 (8.20% from 255 or 90.91% from 22); Max value from RGB is 20 - color contains mainly: blue. Hex color #010114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010114 is #FEFEEB. Grayscale: #030303. Windows color (decimal): -16711404 or 1310977. OLE color: 1310977.

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

Color convert

RGB 1 1 20 -
CMYK 0.95 0.95 0 0.92
HSL 240º 0.9% 0.04% -
HSV(B) 240º 0.95% 0.08% -
XYZ 0.15 0.08 0.67 -
YUV 3.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 1 1 20 0.95 0.95 0 0.92 240 0.9 0.04
Hex 1 1 14 5F 5F 0 5C F0 5A 4
Octal 1 1 24 137 137 0 134 360 132 4
Binary 1 1 10100 1011111 1011111 0 1011100 11110000 1011010 100

Color Harmonies of #010114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010114

Black with #010114

Text Example


Text Example

White with #010114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010114; }

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

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

background-color css

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

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

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

border-color css

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

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

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