#2A232C

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

Shades of Blackcurrant #2A232C

Tints of Blackcurrant #2A232C

Color information

#2A232C (or 0x2A232C) is unknown color: approx Blackcurrant. HEX triplet: 2A, 23 and 2C. RGB value is (42,35,44). Sum of RGB (Red+Green+Blue) = 42+35+44=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A232C is #D5DCD3. Grayscale: #262626. Windows color (decimal): -14015700 or 2892586. OLE color: 2892586.

HSL color Cylindrical-coordinate representation of color #2A232C: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2A232C is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB423544-
CMYK0.050.2000.83
HSL286.67º11.39%15.49%-
HSV(B)286.67º20.45%17.25%-
XYZ2.011.882.64-
YUV38.12131.32130.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=34.71%
G=28.93%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4235440.050.2000.83286.6711.3915.49
Hex2A232C51405311fbf
Octal52435452401234371317
Binary101010100011101100101101000101001110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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