Html Css Color HEX #211428 Blackcurrant

📋 copy color: '#211428'

red 33 ◦ green 20 ◦ blue 40

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

Shades of Blackcurrant #211428

Tints of Blackcurrant #211428

RGB

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

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

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

R = 35.48%
G = 21.51%
B = 43.01%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211428 (or 0x211428) is known color: Blackcurrant. HEX triplet: 21, 14 and 28. RGB value is (33,20,40). Sum of RGB (Red+Green+Blue) = 33+20+40=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #211428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211428 is #DEEBD7. Grayscale: #1A1A1A. Windows color (decimal): -14609368 or 2626593. OLE color: 2626593.

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

Color convert

RGB 33 20 40 -
CMYK 0.17 0.5 0 0.84
HSL 279º 0.33% 0.12% -
HSV(B) 279º 0.5% 0.16% -
XYZ 1.26 0.98 2.13 -
YUV 26.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 33 20 40 0.17 0.5 0 0.84 279 0.33 0.12
Hex 21 14 28 11 32 0 54 117 21 C
Octal 41 24 50 21 62 0 124 427 41 14
Binary 100001 10100 101000 10001 110010 0 1010100 100010111 100001 1100

Color Harmonies of #211428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211428

Black with #211428

Text Example


Text Example

White with #211428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211428; }

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

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

background-color css

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

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

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

border-color css

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

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

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