#21132C

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

Shades of Blackcurrant #21132C

Tints of Blackcurrant #21132C

Color information

#21132C (or 0x21132C) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 2C. RGB value is (33,19,44). Sum of RGB (Red+Green+Blue) = 33+19+44=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #21132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132C is #DEECD3. Grayscale: #191919. Windows color (decimal): -14609620 or 2888481. OLE color: 2888481.

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

Color convert

RGB331944-
CMYK0.250.5700.83
HSL273.6º39.68%12.35%-
HSV(B)273.6º56.82%17.25%-
XYZ1.310.972.5-
YUV26.04138.14132.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=34.38%
G=19.79%
B=45.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3319440.250.5700.83273.639.6812.35
Hex21132C193905311228c
Octal412354317101234225014
Binary1000011001110110011001111001010100111000100101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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