#263649

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

Shades of Licorice #263649

Tints of Licorice #263649

Color information

#263649 (or 0x263649) is unknown color: approx Licorice. HEX triplet: 26, 36 and 49. RGB value is (38,54,73). Sum of RGB (Red+Green+Blue) = 38+54+73=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #263649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263649 is #D9C9B6. Grayscale: #333333. Windows color (decimal): -14272951 or 4797990. OLE color: 4797990.

HSL color Cylindrical-coordinate representation of color #263649: hue angle of 212.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #263649 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385473-
CMYK0.480.2600.71
HSL212.57º31.53%21.76%-
HSV(B)212.57º47.95%28.63%-
XYZ3.323.536.81-
YUV51.38140.2118.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=23.03%
G=32.73%
B=44.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3854730.480.2600.71212.5731.5321.76
Hex263649301A047d52016
Octal4666111603201073254026
Binary100110110110100100111000011010010001111101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263649; }

 p { color: rgb(38,54,73); }

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

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

 a { background-color: rgb(38,54,73); }

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

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

 span { border-color: rgb(38,54,73); }

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