#2A183A

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

Shades of Blackcurrant #2A183A

Tints of Blackcurrant #2A183A

Color information

#2A183A (or 0x2A183A) is unknown color: approx Blackcurrant. HEX triplet: 2A, 18 and 3A. RGB value is (42,24,58). Sum of RGB (Red+Green+Blue) = 42+24+58=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A183A is #D5E7C5. Grayscale: #212121. Windows color (decimal): -14018502 or 3807274. OLE color: 3807274.

HSL color Cylindrical-coordinate representation of color #2A183A: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A183A is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB422458-
CMYK0.280.5900.77
HSL271.76º41.46%16.08%-
HSV(B)271.76º58.62%22.75%-
XYZ2.051.454.18-
YUV33.26141.96134.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=33.87%
G=19.35%
B=46.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4224580.280.5900.77271.7641.4616.08
Hex2A183A1C3B04D1102910
Octal523072347301154205120
Binary10101011000111010111001110110100110110001000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,58); }

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

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

 a { background-color: rgb(42,24,58); }

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

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

 span { border-color: rgb(42,24,58); }

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