#383245

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

Shades of Martinique #383245

Tints of Martinique #383245

Color information

#383245 (or 0x383245) is unknown color: approx Martinique. HEX triplet: 38, 32 and 45. RGB value is (56,50,69). Sum of RGB (Red+Green+Blue) = 56+50+69=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #383245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383245 is #C7CDBA. Grayscale: #353535. Windows color (decimal): -13094331 or 4534840. OLE color: 4534840.

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

Color convert

RGB565069-
CMYK0.190.2800.73
HSL258.95º15.97%23.33%-
HSV(B)258.95º27.54%27.06%-
XYZ3.853.556.11-
YUV53.96136.49129.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=32%
G=28.57%
B=39.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5650690.190.2800.73258.9515.9723.33
Hex383245131C0491031017
Octal7062105233401114032027
Binary11100011001010001011001111100010010011000000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383245; }

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

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

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

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

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

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

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

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