Html Css Color HEX #010411 Black Russian

📋 copy color: '#010411'

red 1 ◦ green 4 ◦ blue 17

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

Shades of Black Russian #010411

Tints of Black Russian #010411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 18.18%

 BLUE value IS 17 (7.03% from 255) = 77.27%

R = 4.55%
G = 18.18%
B = 77.27%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010411 (or 0x010411) is known color: Black Russian. HEX triplet: 01, 04 and 11. RGB value is (1,4,17). Sum of RGB (Red+Green+Blue) = 1+4+17=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 17 (7.03% from 255 or 77.27% from 22); Max value from RGB is 17 - color contains mainly: blue. Hex color #010411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010411 is #FEFBEE. Grayscale: #040404. Windows color (decimal): -16710639 or 1115137. OLE color: 1115137.

HSL color Cylindrical-coordinate representation of color #010411: hue angle of 228.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010411 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 4 17 -
CMYK 0.94 0.76 0 0.93
HSL 228.75º 0.89% 0.04% -
HSV(B) 228.75º 0.94% 0.07% -
XYZ 0.16 0.13 0.55 -
YUV 4.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 1 4 17 0.94 0.76 0 0.93 228.75 0.89 0.04
Hex 1 4 11 5E 4C 0 5D E5 59 4
Octal 1 4 21 136 114 0 135 345 131 4
Binary 1 100 10001 1011110 1001100 0 1011101 11100101 1011001 100

Color Harmonies of #010411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010411

Black with #010411

Text Example


Text Example

White with #010411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010411; }

 p { color: rgb(1,4,17); }

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

background-color css

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

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

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

border-color css

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

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

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