Html Css Color HEX #210328 Blackcurrant

📋 copy color: '#210328'

red 33 ◦ green 3 ◦ blue 40

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

Shades of Blackcurrant #210328

Tints of Blackcurrant #210328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.95%

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

R = 43.42%
G = 3.95%
B = 52.63%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210328 (or 0x210328) is known color: Blackcurrant. HEX triplet: 21, 03 and 28. RGB value is (33,3,40). Sum of RGB (Red+Green+Blue) = 33+3+40=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #210328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210328 is #DEFCD7. Grayscale: #101010. Windows color (decimal): -14613720 or 2622241. OLE color: 2622241.

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

Color convert

RGB 33 3 40 -
CMYK 0.17 0.93 0 0.84
HSL 288.65º 0.86% 0.08% -
HSV(B) 288.65º 0.93% 0.16% -
XYZ 1.04 0.54 2.06 -
YUV 16.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 33 3 40 0.17 0.93 0 0.84 288.65 0.86 0.08
Hex 21 3 28 11 5D 0 54 121 56 8
Octal 41 3 50 21 135 0 124 441 126 10
Binary 100001 11 101000 10001 1011101 0 1010100 100100001 1010110 1000

Color Harmonies of #210328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210328

Black with #210328

Text Example


Text Example

White with #210328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210328; }

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

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

background-color css

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

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

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

border-color css

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

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

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