#2E0F3A

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

Shades of Blackcurrant #2E0F3A

Tints of Blackcurrant #2E0F3A

Color information

#2E0F3A (or 0x2E0F3A) is unknown color: approx Blackcurrant. HEX triplet: 2E, 0F and 3A. RGB value is (46,15,58). Sum of RGB (Red+Green+Blue) = 46+15+58=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E0F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F3A is #D1F0C5. Grayscale: #1D1D1D. Windows color (decimal): -13758662 or 3804974. OLE color: 3804974.

HSL color Cylindrical-coordinate representation of color #2E0F3A: hue angle of 283.26º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E0F3A is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB461558-
CMYK0.210.7400.77
HSL283.26º58.9%14.31%-
HSV(B)283.26º74.14%22.75%-
XYZ2.061.234.13-
YUV29.17144.27140-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.66%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=38.66%
G=12.61%
B=48.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4615580.210.7400.77283.2658.914.31
Hex2EF3A154A04D11b3be
Octal5617722511201154337316
Binary1011101111111010101011001010010011011000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,15,58); }

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

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

 a { background-color: rgb(46,15,58); }

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

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

 span { border-color: rgb(46,15,58); }

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