Html Css Color HEX #211028 Blackcurrant

📋 copy color: '#211028'

red 33 ◦ green 16 ◦ blue 40

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

Shades of Blackcurrant #211028

Tints of Blackcurrant #211028

RGB

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

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

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

R = 37.08%
G = 17.98%
B = 44.94%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211028 (or 0x211028) is known color: Blackcurrant. HEX triplet: 21, 10 and 28. RGB value is (33,16,40). Sum of RGB (Red+Green+Blue) = 33+16+40=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #211028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211028 is #DEEFD7. Grayscale: #171717. Windows color (decimal): -14610392 or 2625569. OLE color: 2625569.

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

Color convert

RGB 33 16 40 -
CMYK 0.17 0.60 0 0.84
HSL 282.5º 0.43% 0.11% -
HSV(B) 282.5º 0.6% 0.16% -
XYZ 1.2 0.85 2.11 -
YUV 23.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 33 16 40 0.17 0.60 0 0.84 282.5 0.43 0.11
Hex 21 10 28 11 3C 0 54 11A 2B B
Octal 41 20 50 21 74 0 124 432 53 13
Binary 100001 10000 101000 10001 111100 0 1010100 100011010 101011 1011

Color Harmonies of #211028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211028

Black with #211028

Text Example


Text Example

White with #211028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211028; }

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

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

background-color css

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

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

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

border-color css

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

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

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