#21152D

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

Shades of Blackcurrant #21152D

Tints of Blackcurrant #21152D

Color information

#21152D (or 0x21152D) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 2D. RGB value is (33,21,45). Sum of RGB (Red+Green+Blue) = 33+21+45=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #21152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152D is #DEEAD2. Grayscale: #1B1B1B. Windows color (decimal): -14609107 or 2954529. OLE color: 2954529.

HSL color Cylindrical-coordinate representation of color #21152D: hue angle of 270º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #21152D is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB332145-
CMYK0.270.5300.82
HSL270º36.36%12.94%-
HSV(B)270º53.33%17.65%-
XYZ1.371.052.61-
YUV27.32137.98132.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=33.33%
G=21.21%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3321450.270.5300.8227036.3612.94
Hex21152D1B3505210e24d
Octal412555336501224164415
Binary1000011010110110111011110101010100101000011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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