#2E2435

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

Shades of Blackcurrant #2E2435

Tints of Blackcurrant #2E2435

Color information

#2E2435 (or 0x2E2435) is unknown color: approx Blackcurrant. HEX triplet: 2E, 24 and 35. RGB value is (46,36,53). Sum of RGB (Red+Green+Blue) = 46+36+53=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2435 is #D1DBCA. Grayscale: #282828. Windows color (decimal): -13753291 or 3482670. OLE color: 3482670.

HSL color Cylindrical-coordinate representation of color #2E2435: hue angle of 275.29º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E2435 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB463653-
CMYK0.130.3200.79
HSL275.29º19.1%17.45%-
HSV(B)275.29º32.08%20.78%-
XYZ2.42.13.65-
YUV40.93134.81131.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=34.07%
G=26.67%
B=39.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4636530.130.3200.79275.2919.117.45
Hex2E2435D2004F1131311
Octal564465154001174232321
Binary1011101001001101011101100000010011111000100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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