Html Css Color HEX #38333F Martinique

📋 copy color: '#38333F'

red 56 ◦ green 51 ◦ blue 63

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

Shades of Martinique #38333F

Tints of Martinique #38333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

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

R = 32.94%
G = 30%
B = 37.06%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38333F (or 0x38333F) is known color: Martinique. HEX triplet: 38, 33 and 3F. RGB value is (56,51,63). Sum of RGB (Red+Green+Blue) = 56+51+63=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #38333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38333F is #C7CCC0. Grayscale: #353535. Windows color (decimal): -13094081 or 4141880. OLE color: 4141880.

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

Color convert

RGB 56 51 63 -
CMYK 0.11 0.19 0 0.75
HSL 265º 0.11% 0.22% -
HSV(B) 265º 0.19% 0.25% -
XYZ 3.71 3.57 5.2 -
YUV 53.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 56 51 63 0.11 0.19 0 0.75 265 0.11 0.22
Hex 38 33 3F B 13 0 4B 109 B 16
Octal 70 63 77 13 23 0 113 411 13 26
Binary 111000 110011 111111 1011 10011 0 1001011 100001001 1011 10110

Color Harmonies of #38333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38333F

Black with #38333F

Text Example


Text Example

White with #38333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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