Html Css Color HEX #020511 Black Russian

📋 copy color: '#020511'

red 2 ◦ green 5 ◦ blue 17

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

Shades of Black Russian #020511

Tints of Black Russian #020511

RGB

 RED value IS 2 (1.17% from 255) = 8.33%

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

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

R = 8.33%
G = 20.83%
B = 70.83%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020511 (or 0x020511) is known color: Black Russian. HEX triplet: 02, 05 and 11. RGB value is (2,5,17). Sum of RGB (Red+Green+Blue) = 2+5+17=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #020511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020511 is #FDFAEE. Grayscale: #050505. Windows color (decimal): -16644847 or 1115394. OLE color: 1115394.

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

Color convert

RGB 2 5 17 -
CMYK 0.88 0.71 0 0.93
HSL 228º 0.79% 0.04% -
HSV(B) 228º 0.88% 0.07% -
XYZ 0.18 0.16 0.55 -
YUV 5.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 2 5 17 0.88 0.71 0 0.93 228 0.79 0.04
Hex 2 5 11 58 47 0 5D E4 4F 4
Octal 2 5 21 130 107 0 135 344 117 4
Binary 10 101 10001 1011000 1000111 0 1011101 11100100 1001111 100

Color Harmonies of #020511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020511

Black with #020511

Text Example


Text Example

White with #020511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020511; }

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

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

background-color css

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

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

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

border-color css

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

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

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