Html Css Color HEX #383544 Black Marlin

📋 copy color: '#383544'

red 56 ◦ green 53 ◦ blue 68

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

Shades of Black Marlin #383544

Tints of Black Marlin #383544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 38.42%

R = 31.64%
G = 29.94%
B = 38.42%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383544 (or 0x383544) is known color: Black Marlin. HEX triplet: 38, 35 and 44. RGB value is (56,53,68). Sum of RGB (Red+Green+Blue) = 56+53+68=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: blue. Hex color #383544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383544 is #C7CABB. Grayscale: #373737. Windows color (decimal): -13093564 or 4470072. OLE color: 4470072.

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

Color convert

RGB 56 53 68 -
CMYK 0.18 0.22 0 0.73
HSL 252º 0.12% 0.24% -
HSV(B) 252º 0.22% 0.27% -
XYZ 3.95 3.8 6 -
YUV 55.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 56 53 68 0.18 0.22 0 0.73 252 0.12 0.24
Hex 38 35 44 12 16 0 49 FC C 18
Octal 70 65 104 22 26 0 111 374 14 30
Binary 111000 110101 1000100 10010 10110 0 1001001 11111100 1100 11000

Color Harmonies of #383544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383544

Black with #383544

Text Example


Text Example

White with #383544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383544; }

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

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

background-color css

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

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

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

border-color css

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

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

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