#2A2133

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

Shades of Blackcurrant #2A2133

Tints of Blackcurrant #2A2133

Color information

#2A2133 (or 0x2A2133) is unknown color: approx Blackcurrant. HEX triplet: 2A, 21 and 33. RGB value is (42,33,51). Sum of RGB (Red+Green+Blue) = 42+33+51=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 51 - color contains mainly: blue. Hex color #2A2133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2133 is #D5DECC. Grayscale: #252525. Windows color (decimal): -14016205 or 3350826. OLE color: 3350826.

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

Color convert

RGB423351-
CMYK0.180.3500.8
HSL270º21.43%16.47%-
HSV(B)270º35.29%20%-
XYZ2.11.823.37-
YUV37.74135.48131.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=33.33%
G=26.19%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4233510.180.3500.827021.4316.47
Hex2A2133122305010e1510
Octal524163224301204162520
Binary10101010000111001110010100011010100001000011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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