#2E023D

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

Shades of Blackcurrant #2E023D

Tints of Blackcurrant #2E023D

Color information

#2E023D (or 0x2E023D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 02 and 3D. RGB value is (46,2,61). Sum of RGB (Red+Green+Blue) = 46+2+61=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E023D is #D1FDC2. Grayscale: #151515. Windows color (decimal): -13761987 or 3998254. OLE color: 3998254.

HSL color Cylindrical-coordinate representation of color #2E023D: hue angle of 284.75º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E023D is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB46261-
CMYK0.250.9700.76
HSL284.75º93.65%12.35%-
HSV(B)284.75º96.72%23.92%-
XYZ1.990.964.5-
YUV21.88150.08145.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.20%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=42.20%
G=1.83%
B=55.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal462610.250.9700.76284.7593.6512.35
Hex2E23D196104C11d5ec
Octal5627531141011443513614
Binary101110101111011100111000010100110010001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,2,61); }

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

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

 a { background-color: rgb(46,2,61); }

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

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

 span { border-color: rgb(46,2,61); }

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