Html Css Color HEX #010511 Black Russian

📋 copy color: '#010511'

red 1 ◦ green 5 ◦ blue 17

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

Shades of Black Russian #010511

Tints of Black Russian #010511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 21.74%

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

R = 4.35%
G = 21.74%
B = 73.91%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010511 (or 0x010511) is known color: Black Russian. HEX triplet: 01, 05 and 11. RGB value is (1,5,17). Sum of RGB (Red+Green+Blue) = 1+5+17=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #010511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010511 is #FEFAEE. Grayscale: #050505. Windows color (decimal): -16710383 or 1115393. OLE color: 1115393.

HSL color Cylindrical-coordinate representation of color #010511: hue angle of 225º 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 #010511 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 5 17 -
CMYK 0.94 0.71 0 0.93
HSL 225º 0.89% 0.04% -
HSV(B) 225º 0.94% 0.07% -
XYZ 0.17 0.16 0.55 -
YUV 5.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 1 5 17 0.94 0.71 0 0.93 225 0.89 0.04
Hex 1 5 11 5E 47 0 5D E1 59 4
Octal 1 5 21 136 107 0 135 341 131 4
Binary 1 101 10001 1011110 1000111 0 1011101 11100001 1011001 100

Color Harmonies of #010511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010511

Black with #010511

Text Example


Text Example

White with #010511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010511; }

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

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

background-color css

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

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

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

border-color css

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

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

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