#2A374B

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

Shades of Licorice #2A374B

Tints of Licorice #2A374B

Color information

#2A374B (or 0x2A374B) is unknown color: approx Licorice. HEX triplet: 2A, 37 and 4B. RGB value is (42,55,75). Sum of RGB (Red+Green+Blue) = 42+55+75=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A374B is #D5C8B4. Grayscale: #353535. Windows color (decimal): -14010549 or 4929322. OLE color: 4929322.

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

Color convert

RGB425575-
CMYK0.440.2700.71
HSL216.36º28.21%22.94%-
HSV(B)216.36º44%29.41%-
XYZ3.593.737.19-
YUV53.39140.19119.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=24.42%
G=31.98%
B=43.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4255750.440.2700.71216.3628.2122.94
Hex2A374B2C1B047d81c17
Octal5267113543301073303427
Binary10101011011110010111011001101101000111110110001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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