#2A004B

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

Shades of Blackcurrant #2A004B

Tints of Blackcurrant #2A004B

Color information

#2A004B (or 0x2A004B) is unknown color: approx Blackcurrant. HEX triplet: 2A, 00 and 4B. RGB value is (42,0,75). Sum of RGB (Red+Green+Blue) = 42+0+75=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A004B is #D5FFB4. Grayscale: #141414. Windows color (decimal): -14024629 or 4915242. OLE color: 4915242.

HSL color Cylindrical-coordinate representation of color #2A004B: hue angle of 273.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A004B is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB42075-
CMYK0.44100.71
HSL273.6º100%14.71%-
HSV(B)273.6º100%29.41%-
XYZ2.2216.73-
YUV21.11158.41142.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 64.10%
R=35.90%
G=0%
B=64.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal420750.44100.71273.610014.71
Hex2A04B2C6404711264f
Octal52011354144010742214417
Binary1010100100101110110011001000100011110001001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,0,75); }

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

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

 a { background-color: rgb(42,0,75); }

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

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

 span { border-color: rgb(42,0,75); }

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