#21152C

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

Shades of Blackcurrant #21152C

Tints of Blackcurrant #21152C

Color information

#21152C (or 0x21152C) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 2C. RGB value is (33,21,44). Sum of RGB (Red+Green+Blue) = 33+21+44=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #21152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152C is #DEEAD3. Grayscale: #1B1B1B. Windows color (decimal): -14609108 or 2888993. OLE color: 2888993.

HSL color Cylindrical-coordinate representation of color #21152C: hue angle of 271.3º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21152C is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB332144-
CMYK0.250.5200.83
HSL271.3º35.38%12.75%-
HSV(B)271.3º52.27%17.25%-
XYZ1.351.042.51-
YUV27.21137.48132.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=33.67%
G=21.43%
B=44.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3321440.250.5200.83271.335.3812.75
Hex21152C193405310f23d
Octal412554316401234174315
Binary1000011010110110011001110100010100111000011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21152C; }

 p { color: rgb(33,21,44); }

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

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

 a { background-color: rgb(33,21,44); }

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

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

 span { border-color: rgb(33,21,44); }

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