#2E133D

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

Shades of Blackcurrant #2E133D

Tints of Blackcurrant #2E133D

Color information

#2E133D (or 0x2E133D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 13 and 3D. RGB value is (46,19,61). Sum of RGB (Red+Green+Blue) = 46+19+61=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E133D is #D1ECC2. Grayscale: #1F1F1F. Windows color (decimal): -13757635 or 4002606. OLE color: 4002606.

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

Color convert

RGB461961-
CMYK0.250.6900.76
HSL278.57º52.5%15.69%-
HSV(B)278.57º68.85%23.92%-
XYZ2.21.384.57-
YUV31.86144.45138.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.51%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=36.51%
G=15.08%
B=48.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4619610.250.6900.76278.5752.515.69
Hex2E133D194504C1173410
Octal5623753110501144276420
Binary101110100111111011100110001010100110010001011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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