#35334B

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

Shades of Black Marlin #35334B

Tints of Black Marlin #35334B

Color information

#35334B (or 0x35334B) is unknown color: approx Black Marlin. HEX triplet: 35, 33 and 4B. RGB value is (53,51,75). Sum of RGB (Red+Green+Blue) = 53+51+75=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #35334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35334B is #CACCB4. Grayscale: #363636. Windows color (decimal): -13290677 or 4928309. OLE color: 4928309.

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

Color convert

RGB535175-
CMYK0.290.3200.71
HSL245º19.05%24.71%-
HSV(B)245º32%29.41%-
XYZ3.923.637.15-
YUV54.33139.66127.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=29.61%
G=28.49%
B=41.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5351750.290.3200.7124519.0524.71
Hex35334B1D20047f51319
Octal6563113354001073652331
Binary11010111001110010111110110000001000111111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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