#2E093D

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

Shades of Blackcurrant #2E093D

Tints of Blackcurrant #2E093D

Color information

#2E093D (or 0x2E093D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 09 and 3D. RGB value is (46,9,61). Sum of RGB (Red+Green+Blue) = 46+9+61=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E093D is #D1F6C2. Grayscale: #191919. Windows color (decimal): -13760195 or 4000046. OLE color: 4000046.

HSL color Cylindrical-coordinate representation of color #2E093D: hue angle of 282.69º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E093D is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB46961-
CMYK0.250.8500.76
HSL282.69º74.29%13.73%-
HSV(B)282.69º85.25%23.92%-
XYZ2.071.114.52-
YUV25.99147.76142.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.66%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=39.66%
G=7.76%
B=52.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal469610.250.8500.76282.6974.2913.73
Hex2E93D195504C11b4ae
Octal56117531125011443311216
Binary10111010011111011100110101010100110010001101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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