Html Css Color HEX #38353C Martinique

📋 copy color: '#38353C'

red 56 ◦ green 53 ◦ blue 60

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

Shades of Martinique #38353C

Tints of Martinique #38353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 33.14%
G = 31.36%
B = 35.5%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38353C (or 0x38353C) is known color: Martinique. HEX triplet: 38, 35 and 3C. RGB value is (56,53,60). Sum of RGB (Red+Green+Blue) = 56+53+60=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 60 - color contains mainly: blue. Hex color #38353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38353C is #C7CAC3. Grayscale: #363636. Windows color (decimal): -13093572 or 3945784. OLE color: 3945784.

HSL color Cylindrical-coordinate representation of color #38353C: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #38353C is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 53 60 -
CMYK 0.07 0.12 0 0.76
HSL 265.71º 0.06% 0.22% -
HSV(B) 265.71º 0.12% 0.24% -
XYZ 3.72 3.71 4.8 -
YUV 54.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 56 53 60 0.07 0.12 0 0.76 265.71 0.06 0.22
Hex 38 35 3C 7 C 0 4C 10A 6 16
Octal 70 65 74 7 14 0 114 412 6 26
Binary 111000 110101 111100 111 1100 0 1001100 100001010 110 10110

Color Harmonies of #38353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38353C

Black with #38353C

Text Example


Text Example

White with #38353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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