#2A232D

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

Shades of Blackcurrant #2A232D

Tints of Blackcurrant #2A232D

Color information

#2A232D (or 0x2A232D) is unknown color: approx Blackcurrant. HEX triplet: 2A, 23 and 2D. RGB value is (42,35,45). Sum of RGB (Red+Green+Blue) = 42+35+45=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A232D is #D5DCD2. Grayscale: #262626. Windows color (decimal): -14015699 or 2958122. OLE color: 2958122.

HSL color Cylindrical-coordinate representation of color #2A232D: hue angle of 282º 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 #2A232D is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB423545-
CMYK0.070.2200.82
HSL282º12.5%15.69%-
HSV(B)282º22.22%17.65%-
XYZ2.031.882.74-
YUV38.23131.82130.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=34.43%
G=28.69%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4235450.070.2200.8228212.515.69
Hex2A232D71605211ac10
Octal52435572601224321420
Binary1010101000111011011111011001010010100011010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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