#2D024F

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

Shades of Blackcurrant #2D024F

Tints of Blackcurrant #2D024F

Color information

#2D024F (or 0x2D024F) is unknown color: approx Blackcurrant. HEX triplet: 2D, 02 and 4F. RGB value is (45,2,79). Sum of RGB (Red+Green+Blue) = 45+2+79=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D024F is #D2FDB0. Grayscale: #171717. Windows color (decimal): -13827505 or 5177901. OLE color: 5177901.

HSL color Cylindrical-coordinate representation of color #2D024F: hue angle of 273.51º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D024F is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB45279-
CMYK0.430.9700.69
HSL273.51º95.06%15.88%-
HSV(B)273.51º97.47%30.98%-
XYZ2.521.177.49-
YUV23.64159.25143.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.71%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=35.71%
G=1.59%
B=62.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal452790.430.9700.69273.5195.0615.88
Hex2D24F2B610451125f10
Octal55211753141010542213720
Binary101101101001111101011110000101000101100010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,2,79); }

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

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

 a { background-color: rgb(45,2,79); }

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

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

 span { border-color: rgb(45,2,79); }

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