#2E0433

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

Shades of Blackcurrant #2E0433

Tints of Blackcurrant #2E0433

Color information

#2E0433 (or 0x2E0433) is unknown color: approx Blackcurrant. HEX triplet: 2E, 04 and 33. RGB value is (46,4,51). Sum of RGB (Red+Green+Blue) = 46+4+51=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E0433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0433 is #D1FBCC. Grayscale: #151515. Windows color (decimal): -13761485 or 3343406. OLE color: 3343406.

HSL color Cylindrical-coordinate representation of color #2E0433: hue angle of 293.62º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E0433 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB46451-
CMYK0.100.9200.8
HSL293.62º85.45%10.78%-
HSV(B)293.62º92.16%20%-
XYZ1.770.913.21-
YUV21.92144.41145.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.54%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=45.54%
G=3.96%
B=50.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal464510.100.9200.8293.6285.4510.78
Hex2E433A5C05012655b
Octal5646312134012044612513
Binary101110100110011101010111000101000010010011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,4,51); }

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

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

 a { background-color: rgb(46,4,51); }

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

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

 span { border-color: rgb(46,4,51); }

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