#2E2633

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

Shades of Blackcurrant #2E2633

Tints of Blackcurrant #2E2633

Color information

#2E2633 (or 0x2E2633) is unknown color: approx Blackcurrant. HEX triplet: 2E, 26 and 33. RGB value is (46,38,51). Sum of RGB (Red+Green+Blue) = 46+38+51=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E2633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2633 is #D1D9CC. Grayscale: #292929. Windows color (decimal): -13752781 or 3352110. OLE color: 3352110.

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

Color convert

RGB463851-
CMYK0.100.2500.8
HSL276.92º14.61%17.45%-
HSV(B)276.92º25.49%20%-
XYZ2.422.213.43-
YUV41.87133.15130.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=34.07%
G=28.15%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4638510.100.2500.8276.9214.6117.45
Hex2E2633A19050115f11
Octal564663123101204251721
Binary10111010011011001110101100101010000100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,38,51); }

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

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

 a { background-color: rgb(46,38,51); }

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

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

 span { border-color: rgb(46,38,51); }

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