#2E163E

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

Shades of Blackcurrant #2E163E

Tints of Blackcurrant #2E163E

Color information

#2E163E (or 0x2E163E) is unknown color: approx Blackcurrant. HEX triplet: 2E, 16 and 3E. RGB value is (46,22,62). Sum of RGB (Red+Green+Blue) = 46+22+62=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E163E is #D1E9C1. Grayscale: #212121. Windows color (decimal): -13756866 or 4068910. OLE color: 4068910.

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

Color convert

RGB462262-
CMYK0.260.6500.76
HSL276º47.62%16.47%-
HSV(B)276º64.52%24.31%-
XYZ2.281.54.73-
YUV33.74143.95136.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 62 (24.61% from 255) = 47.69%
R=35.38%
G=16.92%
B=47.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4622620.260.6500.7627647.6216.47
Hex2E163E1A4104C1143010
Octal5626763210101144246020
Binary101110101101111101101010000010100110010001010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,62); }

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

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

 a { background-color: rgb(46,22,62); }

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

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

 span { border-color: rgb(46,22,62); }

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