#210829

Color #210829 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #210829

Tints of Blackcurrant #210829

Color information

#210829 (or 0x210829) is unknown color: approx 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

RGB33841-
CMYK0.200.8000.84
HSL285.45º67.35%9.61%-
HSV(B)285.45º80.49%16.08%-
XYZ1.110.662.17-
YUV19.24140.28137.82-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal338410.200.8000.84285.4567.359.61
Hex21829145005411d43a
Octal41105124120012443510312
Binary10000110001010011010010100000101010010001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>