#2E013C

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

Shades of Blackcurrant #2E013C

Tints of Blackcurrant #2E013C

Color information

#2E013C (or 0x2E013C) is unknown color: approx Blackcurrant. HEX triplet: 2E, 01 and 3C. RGB value is (46,1,60). Sum of RGB (Red+Green+Blue) = 46+1+60=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E013C is #D1FEC3. Grayscale: #141414. Windows color (decimal): -13762244 or 3932462. OLE color: 3932462.

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

Color convert

RGB46160-
CMYK0.230.9800.76
HSL285.76º96.72%11.96%-
HSV(B)285.76º98.33%23.53%-
XYZ1.950.934.35-
YUV21.18149.91145.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.99%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=42.99%
G=0.93%
B=56.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal461600.230.9800.76285.7696.7211.96
Hex2E13C176204C11e61c
Octal5617427142011443614114
Binary10111011111001011111000100100110010001111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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