Html Css Color HEX #211631 Blackcurrant

📋 copy color: '#211631'

red 33 ◦ green 22 ◦ blue 49

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

Shades of Blackcurrant #211631

Tints of Blackcurrant #211631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.15%

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

R = 31.73%
G = 21.15%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211631 (or 0x211631) is known color: Blackcurrant. HEX triplet: 21, 16 and 31. RGB value is (33,22,49). Sum of RGB (Red+Green+Blue) = 33+22+49=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #211631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211631 is #DEE9CE. Grayscale: #1C1C1C. Windows color (decimal): -14608847 or 3216929. OLE color: 3216929.

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

Color convert

RGB 33 22 49 -
CMYK 0.33 0.55 0 0.81
HSL 264.44º 0.38% 0.14% -
HSV(B) 264.44º 0.55% 0.19% -
XYZ 1.47 1.12 3.04 -
YUV 28.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 33 22 49 0.33 0.55 0 0.81 264.44 0.38 0.14
Hex 21 16 31 21 37 0 51 108 26 E
Octal 41 26 61 41 67 0 121 410 46 16
Binary 100001 10110 110001 100001 110111 0 1010001 100001000 100110 1110

Color Harmonies of #211631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211631

Black with #211631

Text Example


Text Example

White with #211631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211631; }

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

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

background-color css

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

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

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

border-color css

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

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

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