#2E003D

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

Shades of Blackcurrant #2E003D

Tints of Blackcurrant #2E003D

Color information

#2E003D (or 0x2E003D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 00 and 3D. RGB value is (46,0,61). Sum of RGB (Red+Green+Blue) = 46+0+61=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E003D is #D1FFC2. Grayscale: #141414. Windows color (decimal): -13762499 or 3997742. OLE color: 3997742.

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

Color convert

RGB46061-
CMYK0.25100.76
HSL285.25º100%11.96%-
HSV(B)285.25º100%23.92%-
XYZ1.970.924.49-
YUV20.71150.74146.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 57.01%
R=42.99%
G=0%
B=57.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal460610.25100.76285.2510011.96
Hex2E03D196404C11d64c
Octal5607531144011443514414
Binary10111001111011100111001000100110010001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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