#2E0038

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

Shades of Blackcurrant #2E0038

Tints of Blackcurrant #2E0038

Color information

#2E0038 (or 0x2E0038) is unknown color: approx Blackcurrant. HEX triplet: 2E, 00 and 38. RGB value is (46,0,56). Sum of RGB (Red+Green+Blue) = 46+0+56=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0038 is #D1FFC7. Grayscale: #131313. Windows color (decimal): -13762504 or 3670062. OLE color: 3670062.

HSL color Cylindrical-coordinate representation of color #2E0038: hue angle of 289.29º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0038 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB46056-
CMYK0.18100.78
HSL289.29º100%10.98%-
HSV(B)289.29º100%21.96%-
XYZ1.840.873.81-
YUV20.14148.24146.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=45.10%
G=0%
B=54.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal460560.18100.78289.2910010.98
Hex2E038126404E12164b
Octal5607022144011644114413
Binary10111001110001001011001000100111010010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,0,56); }

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

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

 a { background-color: rgb(46,0,56); }

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

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

 span { border-color: rgb(46,0,56); }

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