Html Css Color HEX #020411 Black Russian

📋 copy color: '#020411'

red 2 ◦ green 4 ◦ blue 17

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

Shades of Black Russian #020411

Tints of Black Russian #020411

RGB

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

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

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

R = 8.7%
G = 17.39%
B = 73.91%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020411 (or 0x020411) is known color: Black Russian. HEX triplet: 02, 04 and 11. RGB value is (2,4,17). Sum of RGB (Red+Green+Blue) = 2+4+17=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 4 (1.95% from 255 or 17.39% 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 #020411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020411 is #FDFBEE. Grayscale: #040404. Windows color (decimal): -16645103 or 1115138. OLE color: 1115138.

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

Color convert

RGB 2 4 17 -
CMYK 0.88 0.76 0 0.93
HSL 232º 0.79% 0.04% -
HSV(B) 232º 0.88% 0.07% -
XYZ 0.17 0.14 0.55 -
YUV 4.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 2 4 17 0.88 0.76 0 0.93 232 0.79 0.04
Hex 2 4 11 58 4C 0 5D E8 4F 4
Octal 2 4 21 130 114 0 135 350 117 4
Binary 10 100 10001 1011000 1001100 0 1011101 11101000 1001111 100

Color Harmonies of #020411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020411

Black with #020411

Text Example


Text Example

White with #020411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020411; }

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

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

background-color css

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

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

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

border-color css

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

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

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