#2D2431

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

Shades of Blackcurrant #2D2431

Tints of Blackcurrant #2D2431

Color information

#2D2431 (or 0x2D2431) is unknown color: approx Blackcurrant. HEX triplet: 2D, 24 and 31. RGB value is (45,36,49). Sum of RGB (Red+Green+Blue) = 45+36+49=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2431 is #D2DBCE. Grayscale: #282828. Windows color (decimal): -13818831 or 3220525. OLE color: 3220525.

HSL color Cylindrical-coordinate representation of color #2D2431: hue angle of 281.54º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D2431 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB453649-
CMYK0.080.2700.81
HSL281.54º15.29%16.67%-
HSV(B)281.54º26.53%19.22%-
XYZ2.272.043.18-
YUV40.17132.98131.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=34.62%
G=27.69%
B=37.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4536490.080.2700.81281.5415.2916.67
Hex2D243181B05111af11
Octal554461103301214321721
Binary10110110010011000110001101101010001100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,49); }

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

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

 a { background-color: rgb(45,36,49); }

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

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

 span { border-color: rgb(45,36,49); }

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