#21132D

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

Shades of Blackcurrant #21132D

Tints of Blackcurrant #21132D

Color information

#21132D (or 0x21132D) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 2D. RGB value is (33,19,45). Sum of RGB (Red+Green+Blue) = 33+19+45=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #21132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132D is #DEECD2. Grayscale: #1A1A1A. Windows color (decimal): -14609619 or 2954017. OLE color: 2954017.

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

Color convert

RGB331945-
CMYK0.270.5800.82
HSL272.31º40.62%12.55%-
HSV(B)272.31º57.78%17.65%-
XYZ1.330.982.6-
YUV26.15138.64132.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=34.02%
G=19.59%
B=46.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3319450.270.5800.82272.3140.6212.55
Hex21132D1B3A05211029d
Octal412355337201224205115
Binary1000011001110110111011111010010100101000100001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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