Html Css Color HEX #383241 Martinique

📋 copy color: '#383241'

red 56 ◦ green 50 ◦ blue 65

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

Shades of Martinique #383241

Tints of Martinique #383241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.24%

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 32.75%
G = 29.24%
B = 38.01%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383241 (or 0x383241) is known color: Martinique. HEX triplet: 38, 32 and 41. RGB value is (56,50,65). Sum of RGB (Red+Green+Blue) = 56+50+65=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: blue. Hex color #383241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383241 is #C7CDBE. Grayscale: #353535. Windows color (decimal): -13094335 or 4272696. OLE color: 4272696.

HSL color Cylindrical-coordinate representation of color #383241: hue angle of 264º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #383241 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 50 65 -
CMYK 0.14 0.23 0 0.75
HSL 264º 0.13% 0.23% -
HSV(B) 264º 0.23% 0.25% -
XYZ 3.73 3.5 5.48 -
YUV 53.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 56 50 65 0.14 0.23 0 0.75 264 0.13 0.23
Hex 38 32 41 E 17 0 4B 108 D 17
Octal 70 62 101 16 27 0 113 410 15 27
Binary 111000 110010 1000001 1110 10111 0 1001011 100001000 1101 10111

Color Harmonies of #383241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383241

Black with #383241

Text Example


Text Example

White with #383241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383241; }

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

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

background-color css

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

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

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

border-color css

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

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

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