Html Css Color HEX #211431 Blackcurrant

📋 copy color: '#211431'

red 33 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #211431

Tints of Blackcurrant #211431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

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

R = 32.35%
G = 19.61%
B = 48.04%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211431 (or 0x211431) is known color: Blackcurrant. HEX triplet: 21, 14 and 31. RGB value is (33,20,49). Sum of RGB (Red+Green+Blue) = 33+20+49=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #211431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211431 is #DEEBCE. Grayscale: #1B1B1B. Windows color (decimal): -14609359 or 3216417. OLE color: 3216417.

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

Color convert

RGB 33 20 49 -
CMYK 0.33 0.59 0 0.81
HSL 266.9º 0.42% 0.14% -
HSV(B) 266.9º 0.59% 0.19% -
XYZ 1.43 1.05 3.03 -
YUV 27.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 33 20 49 0.33 0.59 0 0.81 266.9 0.42 0.14
Hex 21 14 31 21 3B 0 51 10B 2A E
Octal 41 24 61 41 73 0 121 413 52 16
Binary 100001 10100 110001 100001 111011 0 1010001 100001011 101010 1110

Color Harmonies of #211431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211431

Black with #211431

Text Example


Text Example

White with #211431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211431; }

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

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

background-color css

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

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

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

border-color css

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

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

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