Html Css Color HEX #36324A Black Marlin

📋 copy color: '#36324A'

red 54 ◦ green 50 ◦ blue 74

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

Shades of Black Marlin #36324A

Tints of Black Marlin #36324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 30.34%
G = 28.09%
B = 41.57%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36324A (or 0x36324A) is known color: Black Marlin. HEX triplet: 36, 32 and 4A. RGB value is (54,50,74). Sum of RGB (Red+Green+Blue) = 54+50+74=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #36324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36324A is #C9CDB5. Grayscale: #353535. Windows color (decimal): -13225398 or 4862518. OLE color: 4862518.

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

Color convert

RGB 54 50 74 -
CMYK 0.27 0.32 0 0.71
HSL 250º 0.19% 0.24% -
HSV(B) 250º 0.32% 0.29% -
XYZ 3.9 3.56 6.96 -
YUV 53.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 54 50 74 0.27 0.32 0 0.71 250 0.19 0.24
Hex 36 32 4A 1B 20 0 47 FA 13 18
Octal 66 62 112 33 40 0 107 372 23 30
Binary 110110 110010 1001010 11011 100000 0 1000111 11111010 10011 11000

Color Harmonies of #36324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36324A

Black with #36324A

Text Example


Text Example

White with #36324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36324A; }

 p { color: rgb(54,50,74); }

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

background-color css

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

 a { background-color: rgb(54,50,74); }

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

border-color css

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

 span { border-color: rgb(54,50,74); }

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