Html Css Color HEX #382F45 Martinique

📋 copy color: '#382F45'

red 56 ◦ green 47 ◦ blue 69

#382F45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #382F45

Tints of Martinique #382F45

RGB

 RED value IS 56 (22.27% from 255) = 32.56%

 GREEN value IS 47 (18.75% from 255) = 27.33%

 BLUE value IS 69 (27.34% from 255) = 40.12%

R = 32.56%
G = 27.33%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382F45 (or 0x382F45) is known color: Martinique. HEX triplet: 38, 2F and 45. RGB value is (56,47,69). Sum of RGB (Red+Green+Blue) = 56+47+69=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #382F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F45 is #C7D0BA. Grayscale: #343434. Windows color (decimal): -13095099 or 4534072. OLE color: 4534072.

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

Color convert

RGB 56 47 69 -
CMYK 0.19 0.32 0 0.73
HSL 264.55º 0.19% 0.23% -
HSV(B) 264.55º 0.32% 0.27% -
XYZ 3.72 3.3 6.07 -
YUV 52.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 56 47 69 0.19 0.32 0 0.73 264.55 0.19 0.23
Hex 38 2F 45 13 20 0 49 109 13 17
Octal 70 57 105 23 40 0 111 411 23 27
Binary 111000 101111 1000101 10011 100000 0 1001001 100001001 10011 10111

Color Harmonies of #382F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F45

Black with #382F45

Text Example


Text Example

White with #382F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F45; }

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

 H1.HeaderClassName
 {
   color: #382F45;
 }
 .AnyTagClassName
 {
   color: #382F45;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #382F45;
 }
 .BgClassName
 {
   background-color: #382F45;
 }
</style>

border-color css

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

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

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