#2E2432

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

Shades of Blackcurrant #2E2432

Tints of Blackcurrant #2E2432

Color information

#2E2432 (or 0x2E2432) is unknown color: approx Blackcurrant. HEX triplet: 2E, 24 and 32. RGB value is (46,36,50). Sum of RGB (Red+Green+Blue) = 46+36+50=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2432 is #D1DBCD. Grayscale: #282828. Windows color (decimal): -13753294 or 3286062. OLE color: 3286062.

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

Color convert

RGB463650-
CMYK0.080.2800.80
HSL282.86º16.28%16.86%-
HSV(B)282.86º28%19.61%-
XYZ2.332.073.29-
YUV40.59133.31131.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=34.85%
G=27.27%
B=37.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4636500.080.2800.80282.8616.2816.86
Hex2E243281C05011b1011
Octal564462103401204332021
Binary101110100100110010100011100010100001000110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,50); }

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

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

 a { background-color: rgb(46,36,50); }

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

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

 span { border-color: rgb(46,36,50); }

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