#210831

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

Shades of Blackcurrant #210831

Tints of Blackcurrant #210831

Color information

#210831 (or 0x210831) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 31. RGB value is (33,8,49). Sum of RGB (Red+Green+Blue) = 33+8+49=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #210831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210831 is #DEF7CE. Grayscale: #141414. Windows color (decimal): -14612431 or 3213345. OLE color: 3213345.

HSL color Cylindrical-coordinate representation of color #210831: hue angle of 276.59º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210831 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB33849-
CMYK0.330.8400.81
HSL276.59º71.93%11.18%-
HSV(B)276.59º83.67%19.22%-
XYZ1.270.722.98-
YUV20.15144.28137.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=36.67%
G=8.89%
B=54.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal338490.330.8400.81276.5971.9311.18
Hex21831215405111548b
Octal41106141124012142511013
Binary100001100011000110000110101000101000110001010110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210831; }

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

 H1.HeaderClassName
 {
   color: #210831;
 }
 .AnyTagClassName
 {
   color: #210831;
 }
</style>
background-color css

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

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

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

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

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

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