Html Css Color HEX #020311 Black Russian

📋 copy color: '#020311'

red 2 ◦ green 3 ◦ blue 17

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

Shades of Black Russian #020311

Tints of Black Russian #020311

RGB

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

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

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

R = 9.09%
G = 13.64%
B = 77.27%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020311 (or 0x020311) is known color: Black Russian. HEX triplet: 02, 03 and 11. RGB value is (2,3,17). Sum of RGB (Red+Green+Blue) = 2+3+17=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 3 (1.56% from 255 or 13.64% 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 #020311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020311 is #FDFCEE. Grayscale: #040404. Windows color (decimal): -16645359 or 1114882. OLE color: 1114882.

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

Color convert

RGB 2 3 17 -
CMYK 0.88 0.82 0 0.93
HSL 236º 0.79% 0.04% -
HSV(B) 236º 0.88% 0.07% -
XYZ 0.16 0.12 0.54 -
YUV 4.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 2 3 17 0.88 0.82 0 0.93 236 0.79 0.04
Hex 2 3 11 58 52 0 5D EC 4F 4
Octal 2 3 21 130 122 0 135 354 117 4
Binary 10 11 10001 1011000 1010010 0 1011101 11101100 1001111 100

Color Harmonies of #020311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020311

Black with #020311

Text Example


Text Example

White with #020311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020311; }

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

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

background-color css

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

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

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

border-color css

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

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

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