Html Css Color HEX #383546 Black Marlin

📋 copy color: '#383546'

red 56 ◦ green 53 ◦ blue 70

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

Shades of Black Marlin #383546

Tints of Black Marlin #383546

RGB

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

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

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

R = 31.28%
G = 29.61%
B = 39.11%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383546 (or 0x383546) is known color: Black Marlin. HEX triplet: 38, 35 and 46. RGB value is (56,53,70). Sum of RGB (Red+Green+Blue) = 56+53+70=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: blue. Hex color #383546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383546 is #C7CAB9. Grayscale: #373737. Windows color (decimal): -13093562 or 4601144. OLE color: 4601144.

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

Color convert

RGB 56 53 70 -
CMYK 0.20 0.24 0 0.73
HSL 250.59º 0.14% 0.24% -
HSV(B) 250.59º 0.24% 0.27% -
XYZ 4.01 3.83 6.32 -
YUV 55.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 56 53 70 0.20 0.24 0 0.73 250.59 0.14 0.24
Hex 38 35 46 14 18 0 49 FB E 18
Octal 70 65 106 24 30 0 111 373 16 30
Binary 111000 110101 1000110 10100 11000 0 1001001 11111011 1110 11000

Color Harmonies of #383546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383546

Black with #383546

Text Example


Text Example

White with #383546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383546; }

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

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

background-color css

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

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

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

border-color css

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

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

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