Html Css Color HEX #383545 Black Marlin

📋 copy color: '#383545'

red 56 ◦ green 53 ◦ blue 69

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

Shades of Black Marlin #383545

Tints of Black Marlin #383545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.76%

R = 31.46%
G = 29.78%
B = 38.76%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383545 (or 0x383545) is known color: Black Marlin. HEX triplet: 38, 35 and 45. RGB value is (56,53,69). Sum of RGB (Red+Green+Blue) = 56+53+69=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #383545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383545 is #C7CABA. Grayscale: #373737. Windows color (decimal): -13093563 or 4535608. OLE color: 4535608.

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

Color convert

RGB 56 53 69 -
CMYK 0.19 0.23 0 0.73
HSL 251.25º 0.13% 0.24% -
HSV(B) 251.25º 0.23% 0.27% -
XYZ 3.98 3.82 6.16 -
YUV 55.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 56 53 69 0.19 0.23 0 0.73 251.25 0.13 0.24
Hex 38 35 45 13 17 0 49 FB D 18
Octal 70 65 105 23 27 0 111 373 15 30
Binary 111000 110101 1000101 10011 10111 0 1001001 11111011 1101 11000

Color Harmonies of #383545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383545

Black with #383545

Text Example


Text Example

White with #383545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383545; }

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

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

background-color css

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

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

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

border-color css

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

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

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