#2A2031

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

Shades of Blackcurrant #2A2031

Tints of Blackcurrant #2A2031

Color information

#2A2031 (or 0x2A2031) is unknown color: approx Blackcurrant. HEX triplet: 2A, 20 and 31. RGB value is (42,32,49). Sum of RGB (Red+Green+Blue) = 42+32+49=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2031 is #D5DFCE. Grayscale: #242424. Windows color (decimal): -14016463 or 3219498. OLE color: 3219498.

HSL color Cylindrical-coordinate representation of color #2A2031: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A2031 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB423249-
CMYK0.140.3500.81
HSL275.29º20.99%15.88%-
HSV(B)275.29º34.69%19.22%-
XYZ2.031.753.14-
YUV36.93134.81131.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.15%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=34.15%
G=26.02%
B=39.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4232490.140.3500.81275.2920.9915.88
Hex2A2031E230511131510
Octal524061164301214232520
Binary1010101000001100011110100011010100011000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,32,49); }

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

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

 a { background-color: rgb(42,32,49); }

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

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

 span { border-color: rgb(42,32,49); }

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