#2E2834

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

Shades of Blackcurrant #2E2834

Tints of Blackcurrant #2E2834

Color information

#2E2834 (or 0x2E2834) is unknown color: approx Blackcurrant. HEX triplet: 2E, 28 and 34. RGB value is (46,40,52). Sum of RGB (Red+Green+Blue) = 46+40+52=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E2834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2834 is #D1D7CB. Grayscale: #2B2B2B. Windows color (decimal): -13752268 or 3418158. OLE color: 3418158.

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

Color convert

RGB464052-
CMYK0.120.2300.80
HSL270º13.04%18.04%-
HSV(B)270º23.08%20.39%-
XYZ2.512.353.57-
YUV43.16132.99130.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=33.33%
G=28.99%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4640520.120.2300.8027013.0418.04
Hex2E2834C1705010ed12
Octal565064142701204161522
Binary10111010100011010011001011101010000100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,52); }

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

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

 a { background-color: rgb(46,40,52); }

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

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

 span { border-color: rgb(46,40,52); }

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