#2A044B

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

Shades of Blackcurrant #2A044B

Tints of Blackcurrant #2A044B

Color information

#2A044B (or 0x2A044B) is unknown color: approx Blackcurrant. HEX triplet: 2A, 04 and 4B. RGB value is (42,4,75). Sum of RGB (Red+Green+Blue) = 42+4+75=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A044B is #D5FBB4. Grayscale: #171717. Windows color (decimal): -14023605 or 4916266. OLE color: 4916266.

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

Color convert

RGB42475-
CMYK0.440.9500.71
HSL272.11º89.87%15.49%-
HSV(B)272.11º94.67%29.41%-
XYZ2.271.096.75-
YUV23.46157.09141.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=34.71%
G=3.31%
B=61.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal424750.440.9500.71272.1189.8715.49
Hex2A44B2C5F0471105af
Octal52411354137010742013217
Binary101010100100101110110010111110100011110001000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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