#2A222F

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

Shades of Blackcurrant #2A222F

Tints of Blackcurrant #2A222F

Color information

#2A222F (or 0x2A222F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 22 and 2F. RGB value is (42,34,47). Sum of RGB (Red+Green+Blue) = 42+34+47=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A222F is #D5DDD0. Grayscale: #252525. Windows color (decimal): -14015953 or 3088938. OLE color: 3088938.

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

Color convert

RGB423447-
CMYK0.110.2800.82
HSL276.92º16.05%15.88%-
HSV(B)276.92º27.66%18.43%-
XYZ2.041.842.94-
YUV37.87133.15130.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.15%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=34.15%
G=27.64%
B=38.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4234470.110.2800.82276.9216.0515.88
Hex2A222FB1C0521151010
Octal524257133401224252020
Binary101010100010101111101111100010100101000101011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,47); }

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

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

 a { background-color: rgb(42,34,47); }

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

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

 span { border-color: rgb(42,34,47); }

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