#2D2831

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

Shades of Blackcurrant #2D2831

Tints of Blackcurrant #2D2831

Color information

#2D2831 (or 0x2D2831) is unknown color: approx Blackcurrant. HEX triplet: 2D, 28 and 31. RGB value is (45,40,49). Sum of RGB (Red+Green+Blue) = 45+40+49=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2831 is #D2D7CE. Grayscale: #2A2A2A. Windows color (decimal): -13817807 or 3221549. OLE color: 3221549.

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

Color convert

RGB454049-
CMYK0.080.1800.81
HSL273.33º10.11%17.45%-
HSV(B)273.33º18.37%19.22%-
XYZ2.42.33.22-
YUV42.52131.66129.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.58%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=33.58%
G=29.85%
B=36.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4540490.080.1800.81273.3310.1117.45
Hex2D2831812051111a11
Octal555061102201214211221
Binary10110110100011000110001001001010001100010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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