#21132A

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

Shades of Blackcurrant #21132A

Tints of Blackcurrant #21132A

Color information

#21132A (or 0x21132A) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 2A. RGB value is (33,19,42). Sum of RGB (Red+Green+Blue) = 33+19+42=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #21132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132A is #DEECD5. Grayscale: #191919. Windows color (decimal): -14609622 or 2757409. OLE color: 2757409.

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

Color convert

RGB331942-
CMYK0.210.5500.84
HSL276.52º37.7%11.96%-
HSV(B)276.52º54.76%16.47%-
XYZ1.280.962.31-
YUV25.81137.14133.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=35.11%
G=20.21%
B=44.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3319420.210.5500.84276.5237.711.96
Hex21132A153705411526c
Octal412352256701244254614
Binary1000011001110101010101110111010101001000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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