#2A242E

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

Shades of Blackcurrant #2A242E

Tints of Blackcurrant #2A242E

Color information

#2A242E (or 0x2A242E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 24 and 2E. RGB value is (42,36,46). Sum of RGB (Red+Green+Blue) = 42+36+46=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A242E is #D5DBD1. Grayscale: #262626. Windows color (decimal): -14015442 or 3023914. OLE color: 3023914.

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

Color convert

RGB423646-
CMYK0.090.2200.82
HSL276º12.2%16.08%-
HSV(B)276º21.74%18.04%-
XYZ2.081.952.85-
YUV38.93131.99130.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=33.87%
G=29.03%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4236460.090.2200.8227612.216.08
Hex2A242E916052114c10
Octal524456112601224241420
Binary10101010010010111010011011001010010100010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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