Html Css Color HEX #211133 Blackcurrant

📋 copy color: '#211133'

red 33 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #211133

Tints of Blackcurrant #211133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 50.5%

R = 32.67%
G = 16.83%
B = 50.5%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#211133 (or 0x211133) is known color: Blackcurrant. HEX triplet: 21, 11 and 33. RGB value is (33,17,51). Sum of RGB (Red+Green+Blue) = 33+17+51=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #211133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211133 is #DEEECC. Grayscale: #191919. Windows color (decimal): -14610125 or 3346721. OLE color: 3346721.

HSL color Cylindrical-coordinate representation of color #211133: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211133 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 17 51 -
CMYK 0.35 0.67 0 0.8
HSL 268.24º 0.5% 0.13% -
HSV(B) 268.24º 0.67% 0.2% -
XYZ 1.43 0.96 3.24 -
YUV 25.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 33 17 51 0.35 0.67 0 0.8 268.24 0.5 0.13
Hex 21 11 33 23 43 0 50 10C 32 D
Octal 41 21 63 43 103 0 120 414 62 15
Binary 100001 10001 110011 100011 1000011 0 1010000 100001100 110010 1101

Color Harmonies of #211133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211133

Black with #211133

Text Example


Text Example

White with #211133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211133; }

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

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

background-color css

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

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

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

border-color css

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

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

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