Html Css Color HEX #210829 Blackcurrant

📋 copy color: '#210829'

red 33 ◦ green 8 ◦ blue 41

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

Shades of Blackcurrant #210829

Tints of Blackcurrant #210829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 50%

R = 40.24%
G = 9.76%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210829 (or 0x210829) is known color: Blackcurrant. HEX triplet: 21, 08 and 29. RGB value is (33,8,41). Sum of RGB (Red+Green+Blue) = 33+8+41=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #210829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210829 is #DEF7D6. Grayscale: #131313. Windows color (decimal): -14612439 or 2689057. OLE color: 2689057.

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

Color convert

RGB 33 8 41 -
CMYK 0.20 0.80 0 0.84
HSL 285.45º 0.67% 0.1% -
HSV(B) 285.45º 0.8% 0.16% -
XYZ 1.11 0.66 2.17 -
YUV 19.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 33 8 41 0.20 0.80 0 0.84 285.45 0.67 0.1
Hex 21 8 29 14 50 0 54 11D 43 A
Octal 41 10 51 24 120 0 124 435 103 12
Binary 100001 1000 101001 10100 1010000 0 1010100 100011101 1000011 1010

Color Harmonies of #210829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210829

Black with #210829

Text Example


Text Example

White with #210829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210829; }

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

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

background-color css

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

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

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

border-color css

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

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

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