#2A193D

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

Shades of Blackcurrant #2A193D

Tints of Blackcurrant #2A193D

Color information

#2A193D (or 0x2A193D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 19 and 3D. RGB value is (42,25,61). Sum of RGB (Red+Green+Blue) = 42+25+61=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A193D is #D5E6C2. Grayscale: #222222. Windows color (decimal): -14018243 or 4004138. OLE color: 4004138.

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

Color convert

RGB422561-
CMYK0.310.5900.76
HSL268.33º41.86%16.86%-
HSV(B)268.33º59.02%23.92%-
XYZ2.141.524.6-
YUV34.19143.13133.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.81%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=32.81%
G=19.53%
B=47.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4225610.310.5900.76268.3341.8616.86
Hex2A193D1F3B04C10c2a11
Octal523175377301144145221
Binary10101011001111101111111110110100110010000110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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