Html Css Color HEX #202331 Black Russian

📋 copy color: '#202331'

red 32 ◦ green 35 ◦ blue 49

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

Shades of Black Russian #202331

Tints of Black Russian #202331

RGB

 RED value IS 32 (12.89% from 255) = 27.59%

 GREEN value IS 35 (14.06% from 255) = 30.17%

 BLUE value IS 49 (19.53% from 255) = 42.24%

R = 27.59%
G = 30.17%
B = 42.24%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#202331 (or 0x202331) is known color: Black Russian. HEX triplet: 20, 23 and 31. RGB value is (32,35,49). Sum of RGB (Red+Green+Blue) = 32+35+49=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #202331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202331 is #DFDCCE. Grayscale: #232323. Windows color (decimal): -14671055 or 3220256. OLE color: 3220256.

HSL color Cylindrical-coordinate representation of color #202331: hue angle of 229.41º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #202331 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 35 49 -
CMYK 0.35 0.29 0 0.81
HSL 229.41º 0.21% 0.16% -
HSV(B) 229.41º 0.35% 0.19% -
XYZ 1.75 1.73 3.15 -
YUV 35.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 32 35 49 0.35 0.29 0 0.81 229.41 0.21 0.16
Hex 20 23 31 23 1D 0 51 E5 15 10
Octal 40 43 61 43 35 0 121 345 25 20
Binary 100000 100011 110001 100011 11101 0 1010001 11100101 10101 10000

Color Harmonies of #202331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202331

Black with #202331

Text Example


Text Example

White with #202331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202331; }

 p { color: rgb(32,35,49); }

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

background-color css

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

 a { background-color: rgb(32,35,49); }

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

border-color css

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

 span { border-color: rgb(32,35,49); }

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