#2D2832

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

Shades of Blackcurrant #2D2832

Tints of Blackcurrant #2D2832

Color information

#2D2832 (or 0x2D2832) is unknown color: approx Blackcurrant. HEX triplet: 2D, 28 and 32. RGB value is (45,40,50). Sum of RGB (Red+Green+Blue) = 45+40+50=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2832 is #D2D7CD. Grayscale: #2A2A2A. Windows color (decimal): -13817806 or 3287085. OLE color: 3287085.

HSL color Cylindrical-coordinate representation of color #2D2832: hue angle of 270º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D2832 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB454050-
CMYK0.100.2000.80
HSL270º11.11%17.65%-
HSV(B)270º20%19.61%-
XYZ2.422.313.34-
YUV42.64132.16129.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=33.33%
G=29.63%
B=37.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4540500.100.2000.8027011.1117.65
Hex2D2832A1405010eb12
Octal555062122401204161322
Binary10110110100011001010101010001010000100001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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