#2A374A

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

Shades of Licorice #2A374A

Tints of Licorice #2A374A

Color information

#2A374A (or 0x2A374A) is unknown color: approx Licorice. HEX triplet: 2A, 37 and 4A. RGB value is (42,55,74). Sum of RGB (Red+Green+Blue) = 42+55+74=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A374A is #D5C8B5. Grayscale: #353535. Windows color (decimal): -14010550 or 4863786. OLE color: 4863786.

HSL color Cylindrical-coordinate representation of color #2A374A: hue angle of 215.62º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A374A is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB425574-
CMYK0.430.2600.71
HSL215.62º27.59%22.75%-
HSV(B)215.62º43.24%29.02%-
XYZ3.563.727.01-
YUV53.28139.69119.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=24.56%
G=32.16%
B=43.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4255740.430.2600.71215.6227.5922.75
Hex2A374A2B1A047d81c17
Octal5267112533201073303427
Binary10101011011110010101010111101001000111110110001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,55,74); }

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

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

 a { background-color: rgb(42,55,74); }

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

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

 span { border-color: rgb(42,55,74); }

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