#2A212E

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

Shades of Blackcurrant #2A212E

Tints of Blackcurrant #2A212E

Color information

#2A212E (or 0x2A212E) is unknown color: approx Blackcurrant. HEX triplet: 2A, 21 and 2E. RGB value is (42,33,46). Sum of RGB (Red+Green+Blue) = 42+33+46=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A212E is #D5DED1. Grayscale: #252525. Windows color (decimal): -14016210 or 3023146. OLE color: 3023146.

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

Color convert

RGB423346-
CMYK0.090.2800.82
HSL281.54º16.46%15.49%-
HSV(B)281.54º28.26%18.04%-
XYZ1.991.782.82-
YUV37.17132.98131.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.71%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=34.71%
G=27.27%
B=38.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4233460.090.2800.82281.5416.4615.49
Hex2A212E91C05211a10f
Octal524156113401224322017
Binary10101010000110111010011110001010010100011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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