#2A262C

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

Shades of Blackcurrant #2A262C

Tints of Blackcurrant #2A262C

Color information

#2A262C (or 0x2A262C) is unknown color: approx Blackcurrant. HEX triplet: 2A, 26 and 2C. RGB value is (42,38,44). Sum of RGB (Red+Green+Blue) = 42+38+44=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A262C is #D5D9D3. Grayscale: #272727. Windows color (decimal): -14014932 or 2893354. OLE color: 2893354.

HSL color Cylindrical-coordinate representation of color #2A262C: hue angle of 280º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A262C is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB423844-
CMYK0.050.1400.83
HSL280º7.32%16.08%-
HSV(B)280º13.64%17.25%-
XYZ2.12.062.67-
YUV39.88130.33129.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=33.87%
G=30.65%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4238440.050.1400.832807.3216.08
Hex2A262C5E053118710
Octal5246545160123430720
Binary10101010011010110010111100101001110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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