Html Css Color HEX #383548 Black Marlin

📋 copy color: '#383548'

red 56 ◦ green 53 ◦ blue 72

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

Shades of Black Marlin #383548

Tints of Black Marlin #383548

RGB

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

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

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

R = 30.94%
G = 29.28%
B = 39.78%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383548 (or 0x383548) is known color: Black Marlin. HEX triplet: 38, 35 and 48. RGB value is (56,53,72). Sum of RGB (Red+Green+Blue) = 56+53+72=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #383548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383548 is #C7CAB7. Grayscale: #373737. Windows color (decimal): -13093560 or 4732216. OLE color: 4732216.

HSL color Cylindrical-coordinate representation of color #383548: hue angle of 249.47º 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 #383548 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 53 72 -
CMYK 0.22 0.26 0 0.72
HSL 249.47º 0.15% 0.25% -
HSV(B) 249.47º 0.26% 0.28% -
XYZ 4.07 3.85 6.66 -
YUV 56.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 56 53 72 0.22 0.26 0 0.72 249.47 0.15 0.25
Hex 38 35 48 16 1A 0 48 F9 F 19
Octal 70 65 110 26 32 0 110 371 17 31
Binary 111000 110101 1001000 10110 11010 0 1001000 11111001 1111 11001

Color Harmonies of #383548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383548

Black with #383548

Text Example


Text Example

White with #383548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383548; }

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

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

background-color css

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

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

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

border-color css

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

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

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