#2A272B

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

Shades of Blackcurrant #2A272B

Tints of Blackcurrant #2A272B

Color information

#2A272B (or 0x2A272B) is unknown color: approx Blackcurrant. HEX triplet: 2A, 27 and 2B. RGB value is (42,39,43). Sum of RGB (Red+Green+Blue) = 42+39+43=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A272B is #D5D8D4. Grayscale: #282828. Windows color (decimal): -14014677 or 2828074. OLE color: 2828074.

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

Color convert

RGB423943-
CMYK0.020.0900.83
HSL285º4.88%16.08%-
HSV(B)285º9.3%16.86%-
XYZ2.122.122.58-
YUV40.35129.49129.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=33.87%
G=31.45%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4239430.020.0900.832854.8816.08
Hex2A272B2905311d510
Octal5247532110123435520
Binary1010101001111010111010010101001110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,39,43); }

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

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

 a { background-color: rgb(42,39,43); }

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

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

 span { border-color: rgb(42,39,43); }

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