#35303F

Color #35303F Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #35303F

Tints of Martinique #35303F

Color information

#35303F (or 0x35303F) is unknown color: approx Martinique. HEX triplet: 35, 30 and 3F. RGB value is (53,48,63). Sum of RGB (Red+Green+Blue) = 53+48+63=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #35303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35303F is #CACFC0. Grayscale: #333333. Windows color (decimal): -13291457 or 4141109. OLE color: 4141109.

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

Color convert

RGB534863-
CMYK0.160.2400.75
HSL260º13.51%21.76%-
HSV(B)260º23.81%24.71%-
XYZ3.423.235.15-
YUV51.2134.66129.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 63 (25% from 255) = 38.41%
R=32.32%
G=29.27%
B=38.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5348630.160.2400.7526013.5121.76
Hex35303F101804B104e16
Octal656077203001134041626
Binary110101110000111111100001100001001011100000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35303F;
 }
 .AnyTagClassName
 {
   color: #35303F;
 }
</style>
background-color css

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

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

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

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

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

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