Html Css Color HEX #211032 Blackcurrant

📋 copy color: '#211032'

red 33 ◦ green 16 ◦ blue 50

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

Shades of Blackcurrant #211032

Tints of Blackcurrant #211032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

 BLUE value IS 50 (19.92% from 255) = 50.51%

R = 33.33%
G = 16.16%
B = 50.51%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#211032 (or 0x211032) is known color: Blackcurrant. HEX triplet: 21, 10 and 32. RGB value is (33,16,50). Sum of RGB (Red+Green+Blue) = 33+16+50=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #211032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211032 is #DEEFCD. Grayscale: #181818. Windows color (decimal): -14610382 or 3280929. OLE color: 3280929.

HSL color Cylindrical-coordinate representation of color #211032: hue angle of 270º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211032 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 16 50 -
CMYK 0.34 0.68 0 0.80
HSL 270º 0.52% 0.13% -
HSV(B) 270º 0.68% 0.2% -
XYZ 1.39 0.92 3.12 -
YUV 24.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 33 16 50 0.34 0.68 0 0.80 270 0.52 0.13
Hex 21 10 32 22 44 0 50 10E 34 D
Octal 41 20 62 42 104 0 120 416 64 15
Binary 100001 10000 110010 100010 1000100 0 1010000 100001110 110100 1101

Color Harmonies of #211032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211032

Black with #211032

Text Example


Text Example

White with #211032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211032; }

 p { color: rgb(33,16,50); }

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

background-color css

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

 a { background-color: rgb(33,16,50); }

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

border-color css

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

 span { border-color: rgb(33,16,50); }

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