Html Css Color HEX #383549 Black Marlin

📋 copy color: '#383549'

red 56 ◦ green 53 ◦ blue 73

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

Shades of Black Marlin #383549

Tints of Black Marlin #383549

RGB

 RED value IS 56 (22.27% from 255) = 30.77%

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

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 30.77%
G = 29.12%
B = 40.11%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383549 (or 0x383549) is known color: Black Marlin. HEX triplet: 38, 35 and 49. RGB value is (56,53,73). Sum of RGB (Red+Green+Blue) = 56+53+73=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #383549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383549 is #C7CAB6. Grayscale: #383838. Windows color (decimal): -13093559 or 4797752. OLE color: 4797752.

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

Color convert

RGB 56 53 73 -
CMYK 0.23 0.27 0 0.71
HSL 249º 0.16% 0.25% -
HSV(B) 249º 0.27% 0.29% -
XYZ 4.11 3.87 6.83 -
YUV 56.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 56 53 73 0.23 0.27 0 0.71 249 0.16 0.25
Hex 38 35 49 17 1B 0 47 F9 10 19
Octal 70 65 111 27 33 0 107 371 20 31
Binary 111000 110101 1001001 10111 11011 0 1000111 11111001 10000 11001

Color Harmonies of #383549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383549

Black with #383549

Text Example


Text Example

White with #383549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383549; }

 p { color: rgb(56,53,73); }

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

background-color css

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

 a { background-color: rgb(56,53,73); }

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

border-color css

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

 span { border-color: rgb(56,53,73); }

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