#2E0C4E

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

Shades of Blackcurrant #2E0C4E

Tints of Blackcurrant #2E0C4E

Color information

#2E0C4E (or 0x2E0C4E) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0C and 4E. RGB value is (46,12,78). Sum of RGB (Red+Green+Blue) = 46+12+78=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E0C4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0C4E is #D1F3B1. Grayscale: #1D1D1D. Windows color (decimal): -13759410 or 5114926. OLE color: 5114926.

HSL color Cylindrical-coordinate representation of color #2E0C4E: hue angle of 270.91º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E0C4E is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB461278-
CMYK0.410.8500.69
HSL270.91º73.33%17.65%-
HSV(B)270.91º84.62%30.59%-
XYZ2.631.397.34-
YUV29.69155.26139.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.82%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=33.82%
G=8.82%
B=57.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4612780.410.8500.69270.9173.3317.65
Hex2EC4E295504510f4912
Octal561411651125010541711122
Binary10111011001001110101001101010101000101100001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,12,78); }

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

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

 a { background-color: rgb(46,12,78); }

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

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

 span { border-color: rgb(46,12,78); }

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