#383242

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

Shades of Martinique #383242

Tints of Martinique #383242

Color information

#383242 (or 0x383242) is unknown color: approx Martinique. HEX triplet: 38, 32 and 42. RGB value is (56,50,66). Sum of RGB (Red+Green+Blue) = 56+50+66=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #383242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383242 is #C7CDBD. Grayscale: #353535. Windows color (decimal): -13094334 or 4338232. OLE color: 4338232.

HSL color Cylindrical-coordinate representation of color #383242: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #383242 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB565066-
CMYK0.150.2400.74
HSL262.5º13.79%22.75%-
HSV(B)262.5º24.24%25.88%-
XYZ3.753.525.63-
YUV53.62134.99129.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=32.56%
G=29.07%
B=38.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5650660.150.2400.74262.513.7922.75
Hex383242F1804A106e17
Octal7062102173001124061627
Binary111000110010100001011111100001001010100000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383242; }

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

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

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

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

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

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

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

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