#2A2231

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

Shades of Blackcurrant #2A2231

Tints of Blackcurrant #2A2231

Color information

#2A2231 (or 0x2A2231) is unknown color: approx Blackcurrant. HEX triplet: 2A, 22 and 31. RGB value is (42,34,49). Sum of RGB (Red+Green+Blue) = 42+34+49=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2231 is #D5DDCE. Grayscale: #262626. Windows color (decimal): -14015951 or 3220010. OLE color: 3220010.

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

Color convert

RGB423449-
CMYK0.140.3100.81
HSL272º18.07%16.27%-
HSV(B)272º30.61%19.22%-
XYZ2.081.863.15-
YUV38.1134.15130.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=33.6%
G=27.2%
B=39.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4234490.140.3100.8127218.0716.27
Hex2A2231E1F0511101210
Octal524261163701214202220
Binary101010100010110001111011111010100011000100001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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