#2E0335

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

Shades of Blackcurrant #2E0335

Tints of Blackcurrant #2E0335

Color information

#2E0335 (or 0x2E0335) is unknown color: approx Blackcurrant. HEX triplet: 2E, 03 and 35. RGB value is (46,3,53). Sum of RGB (Red+Green+Blue) = 46+3+53=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0335 is #D1FCCA. Grayscale: #151515. Windows color (decimal): -13761739 or 3474222. OLE color: 3474222.

HSL color Cylindrical-coordinate representation of color #2E0335: hue angle of 291.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0335 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB46353-
CMYK0.130.9400.79
HSL291.6º89.29%10.98%-
HSV(B)291.6º94.34%20.78%-
XYZ1.80.93.45-
YUV21.56145.75145.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.10%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 53 (21.09% from 255) = 51.96%
R=45.10%
G=2.94%
B=51.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal463530.130.9400.79291.689.2910.98
Hex2E335D5E04F12459b
Octal5636515136011744413113
Binary10111011110101110110111100100111110010010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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