#38363C

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

Shades of Martinique #38363C

Tints of Martinique #38363C

Color information

#38363C (or 0x38363C) is unknown color: approx Martinique. HEX triplet: 38, 36 and 3C. RGB value is (56,54,60). Sum of RGB (Red+Green+Blue) = 56+54+60=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 60 - color contains mainly: blue. Hex color #38363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38363C is #C7C9C3. Grayscale: #373737. Windows color (decimal): -13093316 or 3946040. OLE color: 3946040.

HSL color Cylindrical-coordinate representation of color #38363C: hue angle of 260º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #38363C is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB565460-
CMYK0.070.1000.76
HSL260º5.26%22.35%-
HSV(B)260º10%23.53%-
XYZ3.773.814.81-
YUV55.28130.66128.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=32.94%
G=31.76%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5654600.070.1000.762605.2622.35
Hex38363C7A04C104516
Octal7066747120114404526
Binary11100011011011110011110100100110010000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38363C; }

 p { color: rgb(56,54,60); }

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

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

 a { background-color: rgb(56,54,60); }

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

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

 span { border-color: rgb(56,54,60); }

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