#2A262E

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

Shades of Blackcurrant #2A262E

Tints of Blackcurrant #2A262E

Color information

#2A262E (or 0x2A262E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 26 and 2E. RGB value is (42,38,46). Sum of RGB (Red+Green+Blue) = 42+38+46=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A262E is #D5D9D1. Grayscale: #282828. Windows color (decimal): -14014930 or 3024426. OLE color: 3024426.

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

Color convert

RGB423846-
CMYK0.090.1700.82
HSL270º9.52%16.47%-
HSV(B)270º17.39%18.04%-
XYZ2.142.082.87-
YUV40.11131.33129.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=33.33%
G=30.16%
B=36.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4238460.090.1700.822709.5216.47
Hex2A262E91105210ea10
Octal524656112101224161220
Binary10101010011010111010011000101010010100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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