#2A2431

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

Shades of Blackcurrant #2A2431

Tints of Blackcurrant #2A2431

Color information

#2A2431 (or 0x2A2431) is unknown color: approx Blackcurrant. HEX triplet: 2A, 24 and 31. RGB value is (42,36,49). Sum of RGB (Red+Green+Blue) = 42+36+49=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2431 is #D5DBCE. Grayscale: #272727. Windows color (decimal): -14015439 or 3220522. OLE color: 3220522.

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

Color convert

RGB423649-
CMYK0.140.2700.81
HSL267.69º15.29%16.67%-
HSV(B)267.69º26.53%19.22%-
XYZ2.141.983.17-
YUV39.28133.49129.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=33.07%
G=28.35%
B=38.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4236490.140.2700.81267.6915.2916.67
Hex2A2431E1B05110cf11
Octal524461163301214141721
Binary10101010010011000111101101101010001100001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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