#2D2533

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

Shades of Blackcurrant #2D2533

Tints of Blackcurrant #2D2533

Color information

#2D2533 (or 0x2D2533) is unknown color: approx Blackcurrant. HEX triplet: 2D, 25 and 33. RGB value is (45,37,51). Sum of RGB (Red+Green+Blue) = 45+37+51=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D2533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2533 is #D2DACC. Grayscale: #282828. Windows color (decimal): -13818573 or 3351853. OLE color: 3351853.

HSL color Cylindrical-coordinate representation of color #2D2533: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D2533 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB453751-
CMYK0.120.2700.8
HSL274.29º15.91%17.25%-
HSV(B)274.29º27.45%20%-
XYZ2.342.123.42-
YUV40.99133.65130.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=33.83%
G=27.82%
B=38.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4537510.120.2700.8274.2915.9117.25
Hex2D2533C1B0501121011
Octal554563143301204222021
Binary101101100101110011110011011010100001000100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,37,51); }

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

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

 a { background-color: rgb(45,37,51); }

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

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

 span { border-color: rgb(45,37,51); }

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