#2E1F3C

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

Shades of Blackcurrant #2E1F3C

Tints of Blackcurrant #2E1F3C

Color information

#2E1F3C (or 0x2E1F3C) is unknown color: approx Blackcurrant. HEX triplet: 2E, 1F and 3C. RGB value is (46,31,60). Sum of RGB (Red+Green+Blue) = 46+31+60=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E1F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1F3C is #D1E0C3. Grayscale: #262626. Windows color (decimal): -13754564 or 3940142. OLE color: 3940142.

HSL color Cylindrical-coordinate representation of color #2E1F3C: hue angle of 271.03º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E1F3C is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB463160-
CMYK0.230.4800.76
HSL271.03º31.87%17.84%-
HSV(B)271.03º48.33%23.53%-
XYZ2.431.894.51-
YUV38.79139.97133.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.58%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=33.58%
G=22.63%
B=43.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4631600.230.4800.76271.0331.8717.84
Hex2E1F3C173004C10f2012
Octal563774276001144174022
Binary10111011111111100101111100000100110010000111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,31,60); }

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

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

 a { background-color: rgb(46,31,60); }

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

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

 span { border-color: rgb(46,31,60); }

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