#2A034B

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

Shades of Blackcurrant #2A034B

Tints of Blackcurrant #2A034B

Color information

#2A034B (or 0x2A034B) is unknown color: approx Blackcurrant. HEX triplet: 2A, 03 and 4B. RGB value is (42,3,75). Sum of RGB (Red+Green+Blue) = 42+3+75=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A034B is #D5FCB4. Grayscale: #161616. Windows color (decimal): -14023861 or 4916010. OLE color: 4916010.

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

Color convert

RGB42375-
CMYK0.440.9600.71
HSL272.5º92.31%15.29%-
HSV(B)272.5º96%29.41%-
XYZ2.261.076.74-
YUV22.87157.42141.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=35%
G=2.5%
B=62.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal423750.440.9600.71272.592.3115.29
Hex2A34B2C600471105cf
Octal52311354140010742013417
Binary10101011100101110110011000000100011110001000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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