#2D0553

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

Shades of Blackcurrant #2D0553

Tints of Blackcurrant #2D0553

Color information

#2D0553 (or 0x2D0553) is unknown color: approx Blackcurrant. HEX triplet: 2D, 05 and 53. RGB value is (45,5,83). Sum of RGB (Red+Green+Blue) = 45+5+83=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D0553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0553 is #D2FAAC. Grayscale: #191919. Windows color (decimal): -13826733 or 5440813. OLE color: 5440813.

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

Color convert

RGB45583-
CMYK0.460.9400.67
HSL270.77º88.64%17.25%-
HSV(B)270.77º93.98%32.55%-
XYZ2.71.298.29-
YUV25.85160.25141.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=33.83%
G=3.76%
B=62.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal455830.460.9400.67270.7788.6417.25
Hex2D5532E5E04310f5911
Octal55512356136010341713121
Binary1011011011010011101110101111001000011100001111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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