#2A1332

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

Shades of Blackcurrant #2A1332

Tints of Blackcurrant #2A1332

Color information

#2A1332 (or 0x2A1332) is unknown color: approx Blackcurrant. HEX triplet: 2A, 13 and 32. RGB value is (42,19,50). Sum of RGB (Red+Green+Blue) = 42+19+50=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A1332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1332 is #D5ECCD. Grayscale: #1D1D1D. Windows color (decimal): -14019790 or 3281706. OLE color: 3281706.

HSL color Cylindrical-coordinate representation of color #2A1332: hue angle of 284.52º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A1332 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB421950-
CMYK0.160.6200.80
HSL284.52º44.93%13.53%-
HSV(B)284.52º62%19.61%-
XYZ1.761.193.15-
YUV29.41139.62136.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.84%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=37.84%
G=17.12%
B=45.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4219500.160.6200.80284.5244.9313.53
Hex2A1332103E05011d2de
Octal522362207601204355516
Binary1010101001111001010000111110010100001000111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1332; }

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

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

<style>
 a { background-color: #2A1332; }

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

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

<style>
 span { border-color: #2A1332; }

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

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