#2E2438

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

Shades of Blackcurrant #2E2438

Tints of Blackcurrant #2E2438

Color information

#2E2438 (or 0x2E2438) is unknown color: approx Blackcurrant. HEX triplet: 2E, 24 and 38. RGB value is (46,36,56). Sum of RGB (Red+Green+Blue) = 46+36+56=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2438 is #D1DBC7. Grayscale: #292929. Windows color (decimal): -13753288 or 3679278. OLE color: 3679278.

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

Color convert

RGB463656-
CMYK0.180.3600.78
HSL270º21.74%18.04%-
HSV(B)270º35.71%21.96%-
XYZ2.472.134.02-
YUV41.27136.31131.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=33.33%
G=26.09%
B=40.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4636560.180.3600.7827021.7418.04
Hex2E2438122404E10e1612
Octal564470224401164162622
Binary10111010010011100010010100100010011101000011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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