Html Css Color HEX #210828 Blackcurrant

📋 copy color: '#210828'

red 33 ◦ green 8 ◦ blue 40

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

Shades of Blackcurrant #210828

Tints of Blackcurrant #210828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

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

R = 40.74%
G = 9.88%
B = 49.38%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210828 (or 0x210828) is known color: Blackcurrant. HEX triplet: 21, 08 and 28. RGB value is (33,8,40). Sum of RGB (Red+Green+Blue) = 33+8+40=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #210828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210828 is #DEF7D7. Grayscale: #131313. Windows color (decimal): -14612440 or 2623521. OLE color: 2623521.

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

Color convert

RGB 33 8 40 -
CMYK 0.17 0.80 0 0.84
HSL 286.88º 0.67% 0.09% -
HSV(B) 286.88º 0.8% 0.16% -
XYZ 1.1 0.65 2.08 -
YUV 19.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 33 8 40 0.17 0.80 0 0.84 286.88 0.67 0.09
Hex 21 8 28 11 50 0 54 11F 43 9
Octal 41 10 50 21 120 0 124 437 103 11
Binary 100001 1000 101000 10001 1010000 0 1010100 100011111 1000011 1001

Color Harmonies of #210828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210828

Black with #210828

Text Example


Text Example

White with #210828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210828; }

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

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

background-color css

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

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

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

border-color css

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

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

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