#2E093F

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

Shades of Blackcurrant #2E093F

Tints of Blackcurrant #2E093F

Color information

#2E093F (or 0x2E093F) is unknown color: approx Blackcurrant. HEX triplet: 2E, 09 and 3F. RGB value is (46,9,63). Sum of RGB (Red+Green+Blue) = 46+9+63=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E093F is #D1F6C0. Grayscale: #1A1A1A. Windows color (decimal): -13760193 or 4131118. OLE color: 4131118.

HSL color Cylindrical-coordinate representation of color #2E093F: hue angle of 281.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E093F is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB46963-
CMYK0.270.8600.75
HSL281.11º75%14.12%-
HSV(B)281.11º85.71%24.71%-
XYZ2.121.144.81-
YUV26.22148.76142.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.98%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 63 (25% from 255) = 53.39%
R=38.98%
G=7.63%
B=53.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal469630.270.8600.75281.117514.12
Hex2E93F1B5604B1194be
Octal56117733126011343111316
Binary10111010011111111101110101100100101110001100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,63); }

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

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

 a { background-color: rgb(46,9,63); }

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

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

 span { border-color: rgb(46,9,63); }

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