#2E0343

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

Shades of Blackcurrant #2E0343

Tints of Blackcurrant #2E0343

Color information

#2E0343 (or 0x2E0343) is unknown color: approx Blackcurrant. HEX triplet: 2E, 03 and 43. RGB value is (46,3,67). Sum of RGB (Red+Green+Blue) = 46+3+67=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0343 is #D1FCBC. Grayscale: #161616. Windows color (decimal): -13761725 or 4391726. OLE color: 4391726.

HSL color Cylindrical-coordinate representation of color #2E0343: hue angle of 280.31º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0343 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB46367-
CMYK0.310.9600.74
HSL280.31º91.43%13.73%-
HSV(B)280.31º95.52%26.27%-
XYZ2.171.055.4-
YUV23.15152.75144.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.66%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=39.66%
G=2.59%
B=57.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal463670.310.9600.74280.3191.4313.73
Hex2E3431F6004A1185be
Octal56310337140011243013316
Binary1011101110000111111111000000100101010001100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,3,67); }

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

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

 a { background-color: rgb(46,3,67); }

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

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

 span { border-color: rgb(46,3,67); }

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