Html Css Color HEX #211228 Blackcurrant

📋 copy color: '#211228'

red 33 ◦ green 18 ◦ blue 40

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

Shades of Blackcurrant #211228

Tints of Blackcurrant #211228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

 BLUE value IS 40 (16.02% from 255) = 43.96%

R = 36.26%
G = 19.78%
B = 43.96%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211228 (or 0x211228) is known color: Blackcurrant. HEX triplet: 21, 12 and 28. RGB value is (33,18,40). Sum of RGB (Red+Green+Blue) = 33+18+40=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #211228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211228 is #DEEDD7. Grayscale: #181818. Windows color (decimal): -14609880 or 2626081. OLE color: 2626081.

HSL color Cylindrical-coordinate representation of color #211228: hue angle of 280.91º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #211228 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 18 40 -
CMYK 0.17 0.55 0 0.84
HSL 280.91º 0.38% 0.11% -
HSV(B) 280.91º 0.55% 0.16% -
XYZ 1.23 0.91 2.12 -
YUV 24.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 33 18 40 0.17 0.55 0 0.84 280.91 0.38 0.11
Hex 21 12 28 11 37 0 54 119 26 B
Octal 41 22 50 21 67 0 124 431 46 13
Binary 100001 10010 101000 10001 110111 0 1010100 100011001 100110 1011

Color Harmonies of #211228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211228

Black with #211228

Text Example


Text Example

White with #211228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211228; }

 p { color: rgb(33,18,40); }

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

background-color css

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

 a { background-color: rgb(33,18,40); }

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

border-color css

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

 span { border-color: rgb(33,18,40); }

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