#2A053D

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

Shades of Blackcurrant #2A053D

Tints of Blackcurrant #2A053D

Color information

#2A053D (or 0x2A053D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 05 and 3D. RGB value is (42,5,61). Sum of RGB (Red+Green+Blue) = 42+5+61=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A053D is #D5FAC2. Grayscale: #161616. Windows color (decimal): -14023363 or 3999018. OLE color: 3999018.

HSL color Cylindrical-coordinate representation of color #2A053D: hue angle of 279.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A053D is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB42561-
CMYK0.310.9200.76
HSL279.64º84.85%12.94%-
HSV(B)279.64º91.8%23.92%-
XYZ1.850.944.5-
YUV22.45149.76141.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.89%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 61 (24.22% from 255) = 56.48%
R=38.89%
G=4.63%
B=56.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal425610.310.9200.76279.6484.8512.94
Hex2A53D1F5C04C11855d
Octal5257537134011443012515
Binary1010101011111011111110111000100110010001100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,5,61); }

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

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

 a { background-color: rgb(42,5,61); }

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

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

 span { border-color: rgb(42,5,61); }

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