#21152A

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

Shades of Blackcurrant #21152A

Tints of Blackcurrant #21152A

Color information

#21152A (or 0x21152A) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 2A. RGB value is (33,21,42). Sum of RGB (Red+Green+Blue) = 33+21+42=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #21152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152A is #DEEAD5. Grayscale: #1A1A1A. Windows color (decimal): -14609110 or 2757921. OLE color: 2757921.

HSL color Cylindrical-coordinate representation of color #21152A: hue angle of 274.29º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21152A is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB332142-
CMYK0.210.5000.84
HSL274.29º33.33%12.35%-
HSV(B)274.29º50%16.47%-
XYZ1.311.032.32-
YUV26.98136.48132.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=34.38%
G=21.88%
B=43.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3321420.210.5000.84274.2933.3312.35
Hex21152A153205411221c
Octal412552256201244224114
Binary1000011010110101010101110010010101001000100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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