Html Css Color HEX #010311 Black Russian

📋 copy color: '#010311'

red 1 ◦ green 3 ◦ blue 17

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

Shades of Black Russian #010311

Tints of Black Russian #010311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 14.29%

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

R = 4.76%
G = 14.29%
B = 80.95%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010311 (or 0x010311) is known color: Black Russian. HEX triplet: 01, 03 and 11. RGB value is (1,3,17). Sum of RGB (Red+Green+Blue) = 1+3+17=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 17 (7.03% from 255 or 80.95% from 21); Max value from RGB is 17 - color contains mainly: blue. Hex color #010311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010311 is #FEFCEE. Grayscale: #030303. Windows color (decimal): -16710895 or 1114881. OLE color: 1114881.

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

Color convert

RGB 1 3 17 -
CMYK 0.94 0.82 0 0.93
HSL 232.5º 0.89% 0.04% -
HSV(B) 232.5º 0.94% 0.07% -
XYZ 0.15 0.11 0.54 -
YUV 4 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 1 3 17 0.94 0.82 0 0.93 232.5 0.89 0.04
Hex 1 3 11 5E 52 0 5D E8 59 4
Octal 1 3 21 136 122 0 135 350 131 4
Binary 1 11 10001 1011110 1010010 0 1011101 11101000 1011001 100

Color Harmonies of #010311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010311

Black with #010311

Text Example


Text Example

White with #010311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010311; }

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

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

background-color css

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

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

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

border-color css

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

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

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