#2A042F

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

Shades of Blackcurrant #2A042F

Tints of Blackcurrant #2A042F

Color information

#2A042F (or 0x2A042F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 04 and 2F. RGB value is (42,4,47). Sum of RGB (Red+Green+Blue) = 42+4+47=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A042F is #D5FBD0. Grayscale: #141414. Windows color (decimal): -14023633 or 3081258. OLE color: 3081258.

HSL color Cylindrical-coordinate representation of color #2A042F: hue angle of 293.02º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A042F is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42447-
CMYK0.110.9100.82
HSL293.02º84.31%10%-
HSV(B)293.02º91.49%18.43%-
XYZ1.510.782.76-
YUV20.26143.09143.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.16%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 47 (18.75% from 255) = 50.54%
R=45.16%
G=4.30%
B=50.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal424470.110.9100.82293.0284.3110
Hex2A42FB5B05212554a
Octal5245713133012244512412
Binary101010100101111101110110110101001010010010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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