Html Css Color HEX #210528 Blackcurrant

📋 copy color: '#210528'

red 33 ◦ green 5 ◦ blue 40

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

Shades of Blackcurrant #210528

Tints of Blackcurrant #210528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 42.31%
G = 6.41%
B = 51.28%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210528 (or 0x210528) is known color: Blackcurrant. HEX triplet: 21, 05 and 28. RGB value is (33,5,40). Sum of RGB (Red+Green+Blue) = 33+5+40=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #210528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210528 is #DEFAD7. Grayscale: #111111. Windows color (decimal): -14613208 or 2622753. OLE color: 2622753.

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

Color convert

RGB 33 5 40 -
CMYK 0.17 0.88 0 0.84
HSL 288º 0.78% 0.09% -
HSV(B) 288º 0.88% 0.16% -
XYZ 1.06 0.59 2.06 -
YUV 17.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 33 5 40 0.17 0.88 0 0.84 288 0.78 0.09
Hex 21 5 28 11 58 0 54 120 4E 9
Octal 41 5 50 21 130 0 124 440 116 11
Binary 100001 101 101000 10001 1011000 0 1010100 100100000 1001110 1001

Color Harmonies of #210528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210528

Black with #210528

Text Example


Text Example

White with #210528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210528; }

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

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

background-color css

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

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

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

border-color css

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

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

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