#2D0453

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

Shades of Blackcurrant #2D0453

Tints of Blackcurrant #2D0453

Color information

#2D0453 (or 0x2D0453) is unknown color: approx Blackcurrant. HEX triplet: 2D, 04 and 53. RGB value is (45,4,83). Sum of RGB (Red+Green+Blue) = 45+4+83=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0453 is #D2FBAC. Grayscale: #181818. Windows color (decimal): -13826989 or 5440557. OLE color: 5440557.

HSL color Cylindrical-coordinate representation of color #2D0453: hue angle of 271.14º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0453 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB45483-
CMYK0.460.9500.67
HSL271.14º90.8%17.06%-
HSV(B)271.14º95.18%32.55%-
XYZ2.691.278.29-
YUV25.26160.58142.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.09%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=34.09%
G=3.03%
B=62.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal454830.460.9500.67271.1490.817.06
Hex2D4532E5F04310f5b11
Octal55412356137010341713321
Binary1011011001010011101110101111101000011100001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,4,83); }

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

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

 a { background-color: rgb(45,4,83); }

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

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

 span { border-color: rgb(45,4,83); }

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