#2A262D

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

Shades of Blackcurrant #2A262D

Tints of Blackcurrant #2A262D

Color information

#2A262D (or 0x2A262D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 26 and 2D. RGB value is (42,38,45). Sum of RGB (Red+Green+Blue) = 42+38+45=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A262D is #D5D9D2. Grayscale: #272727. Windows color (decimal): -14014931 or 2958890. OLE color: 2958890.

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

Color convert

RGB423845-
CMYK0.070.1600.82
HSL274.29º8.43%16.27%-
HSV(B)274.29º15.56%17.65%-
XYZ2.122.072.77-
YUV39.99130.83129.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 45 (17.97% from 255) = 36%
R=33.6%
G=30.4%
B=36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4238450.070.1600.82274.298.4316.27
Hex2A262D710052112810
Octal52465572001224221020
Binary1010101001101011011111000001010010100010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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