#2A232E

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

Shades of Blackcurrant #2A232E

Tints of Blackcurrant #2A232E

Color information

#2A232E (or 0x2A232E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 23 and 2E. RGB value is (42,35,46). Sum of RGB (Red+Green+Blue) = 42+35+46=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A232E is #D5DCD1. Grayscale: #262626. Windows color (decimal): -14015698 or 3023658. OLE color: 3023658.

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

Color convert

RGB423546-
CMYK0.090.2400.82
HSL278.18º13.58%15.88%-
HSV(B)278.18º23.91%18.04%-
XYZ2.051.892.84-
YUV38.35132.32130.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.15%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=34.15%
G=28.46%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4235460.090.2400.82278.1813.5815.88
Hex2A232E918052116e10
Octal524356113001224261620
Binary10101010001110111010011100001010010100010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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