#35354B

Color #35354B Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #35354B

Tints of Black Marlin #35354B

Color information

#35354B (or 0x35354B) is unknown color: approx Black Marlin. HEX triplet: 35, 35 and 4B. RGB value is (53,53,75). Sum of RGB (Red+Green+Blue) = 53+53+75=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #35354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35354B is #CACAB4. Grayscale: #373737. Windows color (decimal): -13290165 or 4928821. OLE color: 4928821.

HSL color Cylindrical-coordinate representation of color #35354B: hue angle of 240º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #35354B is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB535375-
CMYK0.290.2900.71
HSL240º17.19%25.1%-
HSV(B)240º29.33%29.41%-
XYZ4.013.817.18-
YUV55.51139126.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=29.28%
G=29.28%
B=41.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5353750.290.2900.7124017.1925.1
Hex35354B1D1D047f01119
Octal6565113353501073602131
Binary1101011101011001011111011110101000111111100001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35354B; }

 p { color: rgb(53,53,75); }

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

<style>
 a { background-color: #35354B; }

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

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

<style>
 span { border-color: #35354B; }

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

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