#383047

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

Shades of Martinique #383047

Tints of Martinique #383047

Color information

#383047 (or 0x383047) is unknown color: approx Martinique. HEX triplet: 38, 30 and 47. RGB value is (56,48,71). Sum of RGB (Red+Green+Blue) = 56+48+71=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #383047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383047 is #C7CFB8. Grayscale: #343434. Windows color (decimal): -13094841 or 4665400. OLE color: 4665400.

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

Color convert

RGB564871-
CMYK0.210.3200.72
HSL260.87º19.33%23.33%-
HSV(B)260.87º32.39%27.84%-
XYZ3.833.416.42-
YUV53.01138.15130.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=32%
G=27.43%
B=40.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5648710.210.3200.72260.8719.3323.33
Hex38304715200481051317
Octal7060107254001104052327
Binary111000110000100011110101100000010010001000001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383047; }

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

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

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

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

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

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

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

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