#2E0148

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

Shades of Blackcurrant #2E0148

Tints of Blackcurrant #2E0148

Color information

#2E0148 (or 0x2E0148) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 48. RGB value is (46,1,72). Sum of RGB (Red+Green+Blue) = 46+1+72=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0148 is #D1FEB7. Grayscale: #161616. Windows color (decimal): -13762232 or 4718894. OLE color: 4718894.

HSL color Cylindrical-coordinate representation of color #2E0148: hue angle of 278.03º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0148 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB46172-
CMYK0.360.9900.72
HSL278.03º97.26%14.31%-
HSV(B)278.03º98.61%28.24%-
XYZ2.311.076.22-
YUV22.55155.91144.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.66%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 72 (28.52% from 255) = 60.50%
R=38.66%
G=0.84%
B=60.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal461720.360.9900.72278.0397.2614.31
Hex2E148246304811661e
Octal56111044143011042614116
Binary1011101100100010010011000110100100010001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,1,72); }

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

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

 a { background-color: rgb(46,1,72); }

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

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

 span { border-color: rgb(46,1,72); }

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