Html Css Color HEX #38343D Martinique

📋 copy color: '#38343D'

red 56 ◦ green 52 ◦ blue 61

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

Shades of Martinique #38343D

Tints of Martinique #38343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 33.14%
G = 30.77%
B = 36.09%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38343D (or 0x38343D) is known color: Martinique. HEX triplet: 38, 34 and 3D. RGB value is (56,52,61). Sum of RGB (Red+Green+Blue) = 56+52+61=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 61 - color contains mainly: blue. Hex color #38343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38343D is #C7CBC2. Grayscale: #363636. Windows color (decimal): -13093827 or 4011064. OLE color: 4011064.

HSL color Cylindrical-coordinate representation of color #38343D: hue angle of 266.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #38343D is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 52 61 -
CMYK 0.08 0.15 0 0.76
HSL 266.67º 0.08% 0.22% -
HSV(B) 266.67º 0.15% 0.24% -
XYZ 3.7 3.63 4.92 -
YUV 54.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 56 52 61 0.08 0.15 0 0.76 266.67 0.08 0.22
Hex 38 34 3D 8 F 0 4C 10B 8 16
Octal 70 64 75 10 17 0 114 413 10 26
Binary 111000 110100 111101 1000 1111 0 1001100 100001011 1000 10110

Color Harmonies of #38343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38343D

Black with #38343D

Text Example


Text Example

White with #38343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38343D; }

 p { color: rgb(56,52,61); }

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

background-color css

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

 a { background-color: rgb(56,52,61); }

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

border-color css

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

 span { border-color: rgb(56,52,61); }

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