#2A3645

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

Shades of Licorice #2A3645

Tints of Licorice #2A3645

Color information

#2A3645 (or 0x2A3645) is unknown color: approx Licorice. HEX triplet: 2A, 36 and 45. RGB value is (42,54,69). Sum of RGB (Red+Green+Blue) = 42+54+69=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #2A3645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3645 is #D5C9BA. Grayscale: #343434. Windows color (decimal): -14010811 or 4535850. OLE color: 4535850.

HSL color Cylindrical-coordinate representation of color #2A3645: hue angle of 213.33º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A3645 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB425469-
CMYK0.390.2200.73
HSL213.33º24.32%21.76%-
HSV(B)213.33º39.13%27.06%-
XYZ3.353.566.14-
YUV52.12137.52120.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=25.45%
G=32.73%
B=41.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4254690.390.2200.73213.3324.3221.76
Hex2A36452716049d51816
Octal5266105472601113253026
Binary10101011011010001011001111011001001001110101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,54,69); }

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

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

 a { background-color: rgb(42,54,69); }

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

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

 span { border-color: rgb(42,54,69); }

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