#21132B

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

Shades of Blackcurrant #21132B

Tints of Blackcurrant #21132B

Color information

#21132B (or 0x21132B) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 2B. RGB value is (33,19,43). Sum of RGB (Red+Green+Blue) = 33+19+43=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #21132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132B is #DEECD4. Grayscale: #191919. Windows color (decimal): -14609621 or 2822945. OLE color: 2822945.

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

Color convert

RGB331943-
CMYK0.230.5600.83
HSL275º38.71%12.16%-
HSV(B)275º55.81%16.86%-
XYZ1.30.962.4-
YUV25.92137.64133.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=34.74%
G=20%
B=45.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3319430.230.5600.8327538.7112.16
Hex21132B173805311327c
Octal412353277001234234714
Binary1000011001110101110111111000010100111000100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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