#2A183D

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

Shades of Blackcurrant #2A183D

Tints of Blackcurrant #2A183D

Color information

#2A183D (or 0x2A183D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 18 and 3D. RGB value is (42,24,61). Sum of RGB (Red+Green+Blue) = 42+24+61=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A183D is #D5E7C2. Grayscale: #212121. Windows color (decimal): -14018499 or 4003882. OLE color: 4003882.

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

Color convert

RGB422461-
CMYK0.310.6100.76
HSL269.19º43.53%16.67%-
HSV(B)269.19º60.66%23.92%-
XYZ2.121.484.59-
YUV33.6143.46133.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 61 (24.22% from 255) = 48.03%
R=33.07%
G=18.90%
B=48.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4224610.310.6100.76269.1943.5316.67
Hex2A183D1F3D04C10d2c11
Octal523075377501144155421
Binary10101011000111101111111111010100110010000110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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