#383448

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

Shades of Martinique #383448

Tints of Martinique #383448

Color information

#383448 (or 0x383448) is unknown color: approx Martinique. HEX triplet: 38, 34 and 48. RGB value is (56,52,72). Sum of RGB (Red+Green+Blue) = 56+52+72=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #383448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383448 is #C7CBB7. Grayscale: #373737. Windows color (decimal): -13093816 or 4731960. OLE color: 4731960.

HSL color Cylindrical-coordinate representation of color #383448: hue angle of 252º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #383448 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB565272-
CMYK0.220.2800.72
HSL252º16.13%24.31%-
HSV(B)252º27.78%28.24%-
XYZ4.033.766.65-
YUV55.48137.33128.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 72 (28.52% from 255) = 40%
R=31.11%
G=28.89%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5652720.220.2800.7225216.1324.31
Hex383448161C048fc1018
Octal7064110263401103742030
Binary1110001101001001000101101110001001000111111001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383448; }

 p { color: rgb(56,52,72); }

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

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

 a { background-color: rgb(56,52,72); }

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

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

 span { border-color: rgb(56,52,72); }

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