#21132E

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

Shades of Blackcurrant #21132E

Tints of Blackcurrant #21132E

Color information

#21132E (or 0x21132E) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 2E. RGB value is (33,19,46). Sum of RGB (Red+Green+Blue) = 33+19+46=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #21132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132E is #DEECD1. Grayscale: #1A1A1A. Windows color (decimal): -14609618 or 3019553. OLE color: 3019553.

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

Color convert

RGB331946-
CMYK0.280.5900.82
HSL271.11º41.54%12.75%-
HSV(B)271.11º58.7%18.04%-
XYZ1.350.992.7-
YUV26.26139.14132.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=33.67%
G=19.39%
B=46.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3319460.280.5900.82271.1141.5412.75
Hex21132E1C3B05210f2ad
Octal412356347301224175215
Binary1000011001110111011100111011010100101000011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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