#36354B

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

Shades of Black Marlin #36354B

Tints of Black Marlin #36354B

Color information

#36354B (or 0x36354B) is unknown color: approx Black Marlin. HEX triplet: 36, 35 and 4B. RGB value is (54,53,75). Sum of RGB (Red+Green+Blue) = 54+53+75=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #36354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36354B is #C9CAB4. Grayscale: #373737. Windows color (decimal): -13224629 or 4928822. OLE color: 4928822.

HSL color Cylindrical-coordinate representation of color #36354B: hue angle of 242.73º 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 #36354B is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB545375-
CMYK0.280.2900.71
HSL242.73º17.19%25.1%-
HSV(B)242.73º29.33%29.41%-
XYZ4.063.847.18-
YUV55.81138.83126.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=29.67%
G=29.12%
B=41.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5453750.280.2900.71242.7317.1925.1
Hex36354B1C1D047f31119
Octal6665113343501073632131
Binary1101101101011001011111001110101000111111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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