Html Css Color HEX #383243 Martinique

📋 copy color: '#383243'

red 56 ◦ green 50 ◦ blue 67

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

Shades of Martinique #383243

Tints of Martinique #383243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 32.37%
G = 28.9%
B = 38.73%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#383243 (or 0x383243) is known color: Martinique. HEX triplet: 38, 32 and 43. RGB value is (56,50,67). Sum of RGB (Red+Green+Blue) = 56+50+67=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 67 - color contains mainly: blue. Hex color #383243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383243 is #C7CDBC. Grayscale: #353535. Windows color (decimal): -13094333 or 4403768. OLE color: 4403768.

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

Color convert

RGB 56 50 67 -
CMYK 0.16 0.25 0 0.74
HSL 261.18º 0.15% 0.23% -
HSV(B) 261.18º 0.25% 0.26% -
XYZ 3.78 3.53 5.79 -
YUV 53.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 56 50 67 0.16 0.25 0 0.74 261.18 0.15 0.23
Hex 38 32 43 10 19 0 4A 105 F 17
Octal 70 62 103 20 31 0 112 405 17 27
Binary 111000 110010 1000011 10000 11001 0 1001010 100000101 1111 10111

Color Harmonies of #383243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383243

Black with #383243

Text Example


Text Example

White with #383243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383243; }

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

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

background-color css

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

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

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

border-color css

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

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

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