Html Css Color HEX #210228 Blackcurrant

📋 copy color: '#210228'

red 33 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #210228

Tints of Blackcurrant #210228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 44%
G = 2.67%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210228 (or 0x210228) is known color: Blackcurrant. HEX triplet: 21, 02 and 28. RGB value is (33,2,40). Sum of RGB (Red+Green+Blue) = 33+2+40=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #210228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210228 is #DEFDD7. Grayscale: #0F0F0F. Windows color (decimal): -14613976 or 2621985. OLE color: 2621985.

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

Color convert

RGB 33 2 40 -
CMYK 0.17 0.95 0 0.84
HSL 288.95º 0.9% 0.08% -
HSV(B) 288.95º 0.95% 0.16% -
XYZ 1.03 0.52 2.05 -
YUV 15.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 33 2 40 0.17 0.95 0 0.84 288.95 0.9 0.08
Hex 21 2 28 11 5F 0 54 121 5A 8
Octal 41 2 50 21 137 0 124 441 132 10
Binary 100001 10 101000 10001 1011111 0 1010100 100100001 1011010 1000

Color Harmonies of #210228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210228

Black with #210228

Text Example


Text Example

White with #210228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210228; }

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

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

background-color css

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

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

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

border-color css

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

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

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