#2A162E

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

Shades of Blackcurrant #2A162E

Tints of Blackcurrant #2A162E

Color information

#2A162E (or 0x2A162E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 16 and 2E. RGB value is (42,22,46). Sum of RGB (Red+Green+Blue) = 42+22+46=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A162E is #D5E9D1. Grayscale: #1E1E1E. Windows color (decimal): -14019026 or 3020330. OLE color: 3020330.

HSL color Cylindrical-coordinate representation of color #2A162E: hue angle of 290º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A162E is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB422246-
CMYK0.090.5200.82
HSL290º35.29%13.33%-
HSV(B)290º52.17%18.04%-
XYZ1.731.262.74-
YUV30.72136.63136.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.18%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=38.18%
G=20%
B=41.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4222460.090.5200.8229035.2913.33
Hex2A162E93405212223d
Octal522656116401224424315
Binary101010101101011101001110100010100101001000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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