Html Css Color HEX #363548 Black Marlin

📋 copy color: '#363548'

red 54 ◦ green 53 ◦ blue 72

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

Shades of Black Marlin #363548

Tints of Black Marlin #363548

RGB

 RED value IS 54 (21.48% from 255) = 30.17%

 GREEN value IS 53 (21.09% from 255) = 29.61%

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 30.17%
G = 29.61%
B = 40.22%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#363548 (or 0x363548) is known color: Black Marlin. HEX triplet: 36, 35 and 48. RGB value is (54,53,72). Sum of RGB (Red+Green+Blue) = 54+53+72=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #363548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363548 is #C9CAB7. Grayscale: #373737. Windows color (decimal): -13224632 or 4732214. OLE color: 4732214.

HSL color Cylindrical-coordinate representation of color #363548: hue angle of 243.16º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363548 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 53 72 -
CMYK 0.25 0.26 0 0.72
HSL 243.16º 0.15% 0.25% -
HSV(B) 243.16º 0.26% 0.28% -
XYZ 3.96 3.8 6.66 -
YUV 55.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 54 53 72 0.25 0.26 0 0.72 243.16 0.15 0.25
Hex 36 35 48 19 1A 0 48 F3 F 19
Octal 66 65 110 31 32 0 110 363 17 31
Binary 110110 110101 1001000 11001 11010 0 1001000 11110011 1111 11001

Color Harmonies of #363548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363548

Black with #363548

Text Example


Text Example

White with #363548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363548; }

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

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

background-color css

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

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

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

border-color css

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

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

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