#383045

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

Shades of Martinique #383045

Tints of Martinique #383045

Color information

#383045 (or 0x383045) is unknown color: approx Martinique. HEX triplet: 38, 30 and 45. RGB value is (56,48,69). Sum of RGB (Red+Green+Blue) = 56+48+69=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #383045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383045 is #C7CFBA. Grayscale: #343434. Windows color (decimal): -13094843 or 4534328. OLE color: 4534328.

HSL color Cylindrical-coordinate representation of color #383045: hue angle of 262.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383045 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB564869-
CMYK0.190.3000.73
HSL262.86º17.95%22.94%-
HSV(B)262.86º30.43%27.06%-
XYZ3.763.386.09-
YUV52.79137.15130.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=32.37%
G=27.75%
B=39.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5648690.190.3000.73262.8617.9522.94
Hex383045131E0491071217
Octal7060105233601114072227
Binary11100011000010001011001111110010010011000001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383045; }

 p { color: rgb(56,48,69); }

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

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

 a { background-color: rgb(56,48,69); }

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

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

 span { border-color: rgb(56,48,69); }

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