#2E053E

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

Shades of Blackcurrant #2E053E

Tints of Blackcurrant #2E053E

Color information

#2E053E (or 0x2E053E) is unknown color: approx Blackcurrant. HEX triplet: 2E, 05 and 3E. RGB value is (46,5,62). Sum of RGB (Red+Green+Blue) = 46+5+62=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E053E is #D1FAC1. Grayscale: #171717. Windows color (decimal): -13761218 or 4064558. OLE color: 4064558.

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

Color convert

RGB46562-
CMYK0.260.9200.76
HSL283.16º85.07%13.14%-
HSV(B)283.16º91.94%24.31%-
XYZ2.051.044.65-
YUV23.76149.58143.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 62 (24.61% from 255) = 54.87%
R=40.71%
G=4.42%
B=54.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal465620.260.9200.76283.1685.0713.14
Hex2E53E1A5C04C11b55d
Octal5657632134011443312515
Binary1011101011111101101010111000100110010001101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,62); }

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

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

 a { background-color: rgb(46,5,62); }

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

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

 span { border-color: rgb(46,5,62); }

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