Html Css Color HEX #38353F Martinique

📋 copy color: '#38353F'

red 56 ◦ green 53 ◦ blue 63

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

Shades of Martinique #38353F

Tints of Martinique #38353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

 BLUE value IS 63 (25% from 255) = 36.63%

R = 32.56%
G = 30.81%
B = 36.63%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38353F (or 0x38353F) is known color: Martinique. HEX triplet: 38, 35 and 3F. RGB value is (56,53,63). Sum of RGB (Red+Green+Blue) = 56+53+63=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #38353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38353F is #C7CAC0. Grayscale: #373737. Windows color (decimal): -13093569 or 4142392. OLE color: 4142392.

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

Color convert

RGB 56 53 63 -
CMYK 0.11 0.16 0 0.75
HSL 258º 0.09% 0.23% -
HSV(B) 258º 0.16% 0.25% -
XYZ 3.8 3.75 5.23 -
YUV 55.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 56 53 63 0.11 0.16 0 0.75 258 0.09 0.23
Hex 38 35 3F B 10 0 4B 102 9 17
Octal 70 65 77 13 20 0 113 402 11 27
Binary 111000 110101 111111 1011 10000 0 1001011 100000010 1001 10111

Color Harmonies of #38353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38353F

Black with #38353F

Text Example


Text Example

White with #38353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38353F; }

 p { color: rgb(56,53,63); }

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

background-color css

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

 a { background-color: rgb(56,53,63); }

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

border-color css

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

 span { border-color: rgb(56,53,63); }

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