Html Css Color HEX #3A383F Martinique

📋 copy color: '#3A383F'

red 58 ◦ green 56 ◦ blue 63

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

Shades of Martinique #3A383F

Tints of Martinique #3A383F

RGB

 RED value IS 58 (23.05% from 255) = 32.77%

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 32.77%
G = 31.64%
B = 35.59%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A383F (or 0x3A383F) is known color: Martinique. HEX triplet: 3A, 38 and 3F. RGB value is (58,56,63). Sum of RGB (Red+Green+Blue) = 58+56+63=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A383F is #C5C7C0. Grayscale: #393939. Windows color (decimal): -12961729 or 4143162. OLE color: 4143162.

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

Color convert

RGB 58 56 63 -
CMYK 0.08 0.11 0 0.75
HSL 257.14º 0.06% 0.23% -
HSV(B) 257.14º 0.11% 0.25% -
XYZ 4.06 4.09 5.28 -
YUV 57.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 58 56 63 0.08 0.11 0 0.75 257.14 0.06 0.23
Hex 3A 38 3F 8 B 0 4B 101 6 17
Octal 72 70 77 10 13 0 113 401 6 27
Binary 111010 111000 111111 1000 1011 0 1001011 100000001 110 10111

Color Harmonies of #3A383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A383F

Black with #3A383F

Text Example


Text Example

White with #3A383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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