#2A242F

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

Shades of Blackcurrant #2A242F

Tints of Blackcurrant #2A242F

Color information

#2A242F (or 0x2A242F) is unknown color: approx Blackcurrant. HEX triplet: 2A, 24 and 2F. RGB value is (42,36,47). Sum of RGB (Red+Green+Blue) = 42+36+47=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A242F is #D5DBD0. Grayscale: #272727. Windows color (decimal): -14015441 or 3089450. OLE color: 3089450.

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

Color convert

RGB423647-
CMYK0.110.2300.82
HSL272.73º13.25%16.27%-
HSV(B)272.73º23.4%18.43%-
XYZ2.11.962.96-
YUV39.05132.49130.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=33.6%
G=28.8%
B=37.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4236470.110.2300.82272.7313.2516.27
Hex2A242FB17052111d10
Octal524457132701224211520
Binary10101010010010111110111011101010010100010001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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