#2D053D

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

Shades of Blackcurrant #2D053D

Tints of Blackcurrant #2D053D

Color information

#2D053D (or 0x2D053D) is unknown color: approx Blackcurrant. HEX triplet: 2D, 05 and 3D. RGB value is (45,5,61). Sum of RGB (Red+Green+Blue) = 45+5+61=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D053D is #D2FAC2. Grayscale: #171717. Windows color (decimal): -13826755 or 3999021. OLE color: 3999021.

HSL color Cylindrical-coordinate representation of color #2D053D: hue angle of 282.86º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D053D is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45561-
CMYK0.260.9200.76
HSL282.86º84.85%12.94%-
HSV(B)282.86º91.8%23.92%-
XYZ1.9814.5-
YUV23.34149.25143.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.54%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 61 (24.22% from 255) = 54.95%
R=40.54%
G=4.50%
B=54.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal455610.260.9200.76282.8684.8512.94
Hex2D53D1A5C04C11b55d
Octal5557532134011443312515
Binary1011011011111011101010111000100110010001101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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