#2E003F

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

Shades of Blackcurrant #2E003F

Tints of Blackcurrant #2E003F

Color information

#2E003F (or 0x2E003F) is unknown color: approx Blackcurrant. HEX triplet: 2E, 00 and 3F. RGB value is (46,0,63). Sum of RGB (Red+Green+Blue) = 46+0+63=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E003F is #D1FFC0. Grayscale: #141414. Windows color (decimal): -13762497 or 4128814. OLE color: 4128814.

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

Color convert

RGB46063-
CMYK0.27100.75
HSL283.81º100%12.35%-
HSV(B)283.81º100%24.71%-
XYZ2.020.944.78-
YUV20.94151.74145.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 57.80%
R=42.20%
G=0%
B=57.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal460630.27100.75283.8110012.35
Hex2E03F1B6404B11c64c
Octal5607733144011343414414
Binary10111001111111101111001000100101110001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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