#2A1135

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

Shades of Blackcurrant #2A1135

Tints of Blackcurrant #2A1135

Color information

#2A1135 (or 0x2A1135) is unknown color: approx Blackcurrant. HEX triplet: 2A, 11 and 35. RGB value is (42,17,53). Sum of RGB (Red+Green+Blue) = 42+17+53=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A1135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1135 is #D5EECA. Grayscale: #1C1C1C. Windows color (decimal): -14020299 or 3477802. OLE color: 3477802.

HSL color Cylindrical-coordinate representation of color #2A1135: hue angle of 281.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A1135 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB421753-
CMYK0.210.6800.79
HSL281.67º51.43%13.73%-
HSV(B)281.67º67.92%20.78%-
XYZ1.81.153.5-
YUV28.58141.78137.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=37.5%
G=15.18%
B=47.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4217530.210.6800.79281.6751.4313.73
Hex2A1135154404F11a33e
Octal5221652510401174326316
Binary10101010001110101101011000100010011111000110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,17,53); }

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

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

 a { background-color: rgb(42,17,53); }

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

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

 span { border-color: rgb(42,17,53); }

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