Html Css Color HEX #363346 Black Marlin

📋 copy color: '#363346'

red 54 ◦ green 51 ◦ blue 70

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

Shades of Black Marlin #363346

Tints of Black Marlin #363346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 70 (27.73% from 255) = 40%

R = 30.86%
G = 29.14%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#363346 (or 0x363346) is known color: Black Marlin. HEX triplet: 36, 33 and 46. RGB value is (54,51,70). Sum of RGB (Red+Green+Blue) = 54+51+70=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #363346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363346 is #C9CCB9. Grayscale: #353535. Windows color (decimal): -13225146 or 4600630. OLE color: 4600630.

HSL color Cylindrical-coordinate representation of color #363346: hue angle of 249.47º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #363346 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 51 70 -
CMYK 0.23 0.27 0 0.73
HSL 249.47º 0.16% 0.24% -
HSV(B) 249.47º 0.27% 0.27% -
XYZ 3.81 3.59 6.29 -
YUV 54.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 54 51 70 0.23 0.27 0 0.73 249.47 0.16 0.24
Hex 36 33 46 17 1B 0 49 F9 10 18
Octal 66 63 106 27 33 0 111 371 20 30
Binary 110110 110011 1000110 10111 11011 0 1001001 11111001 10000 11000

Color Harmonies of #363346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363346

Black with #363346

Text Example


Text Example

White with #363346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363346; }

 p { color: rgb(54,51,70); }

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

background-color css

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

 a { background-color: rgb(54,51,70); }

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

border-color css

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

 span { border-color: rgb(54,51,70); }

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