Html Css Color HEX #211531 Blackcurrant

📋 copy color: '#211531'

red 33 ◦ green 21 ◦ blue 49

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

Shades of Blackcurrant #211531

Tints of Blackcurrant #211531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.39%

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

R = 32.04%
G = 20.39%
B = 47.57%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211531 (or 0x211531) is known color: Blackcurrant. HEX triplet: 21, 15 and 31. RGB value is (33,21,49). Sum of RGB (Red+Green+Blue) = 33+21+49=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #211531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211531 is #DEEACE. Grayscale: #1B1B1B. Windows color (decimal): -14609103 or 3216673. OLE color: 3216673.

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

Color convert

RGB 33 21 49 -
CMYK 0.33 0.57 0 0.81
HSL 265.71º 0.4% 0.14% -
HSV(B) 265.71º 0.57% 0.19% -
XYZ 1.45 1.08 3.04 -
YUV 27.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 33 21 49 0.33 0.57 0 0.81 265.71 0.4 0.14
Hex 21 15 31 21 39 0 51 10A 28 E
Octal 41 25 61 41 71 0 121 412 50 16
Binary 100001 10101 110001 100001 111001 0 1010001 100001010 101000 1110

Color Harmonies of #211531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211531

Black with #211531

Text Example


Text Example

White with #211531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211531; }

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

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

background-color css

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

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

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

border-color css

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

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

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