#2E1339

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

Shades of Blackcurrant #2E1339

Tints of Blackcurrant #2E1339

Color information

#2E1339 (or 0x2E1339) is unknown color: approx Blackcurrant. HEX triplet: 2E, 13 and 39. RGB value is (46,19,57). Sum of RGB (Red+Green+Blue) = 46+19+57=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E1339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1339 is #D1ECC6. Grayscale: #1F1F1F. Windows color (decimal): -13757639 or 3740462. OLE color: 3740462.

HSL color Cylindrical-coordinate representation of color #2E1339: hue angle of 282.63º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1339 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB461957-
CMYK0.190.6700.78
HSL282.63º50%14.9%-
HSV(B)282.63º66.67%22.35%-
XYZ2.11.344.02-
YUV31.4142.45138.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.70%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=37.70%
G=15.57%
B=46.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4619570.190.6700.78282.635014.9
Hex2E1339134304E11b32f
Octal5623712310301164336217
Binary10111010011111001100111000011010011101000110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,19,57); }

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

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

 a { background-color: rgb(46,19,57); }

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

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

 span { border-color: rgb(46,19,57); }

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