Html Css Color HEX #211131 Blackcurrant

📋 copy color: '#211131'

red 33 ◦ green 17 ◦ blue 49

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

Shades of Blackcurrant #211131

Tints of Blackcurrant #211131

RGB

 RED value IS 33 (13.28% from 255) = 33.33%

 GREEN value IS 17 (7.03% from 255) = 17.17%

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

R = 33.33%
G = 17.17%
B = 49.49%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211131 (or 0x211131) is known color: Blackcurrant. HEX triplet: 21, 11 and 31. RGB value is (33,17,49). Sum of RGB (Red+Green+Blue) = 33+17+49=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #211131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211131 is #DEEECE. Grayscale: #191919. Windows color (decimal): -14610127 or 3215649. OLE color: 3215649.

HSL color Cylindrical-coordinate representation of color #211131: hue angle of 270º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211131 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 17 49 -
CMYK 0.33 0.65 0 0.81
HSL 270º 0.48% 0.13% -
HSV(B) 270º 0.65% 0.19% -
XYZ 1.38 0.95 3.02 -
YUV 25.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 33 17 49 0.33 0.65 0 0.81 270 0.48 0.13
Hex 21 11 31 21 41 0 51 10E 30 D
Octal 41 21 61 41 101 0 121 416 60 15
Binary 100001 10001 110001 100001 1000001 0 1010001 100001110 110000 1101

Color Harmonies of #211131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211131

Black with #211131

Text Example


Text Example

White with #211131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211131; }

 p { color: rgb(33,17,49); }

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

background-color css

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

 a { background-color: rgb(33,17,49); }

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

border-color css

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

 span { border-color: rgb(33,17,49); }

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