Html Css Color HEX #383740 Black Marlin

📋 copy color: '#383740'

red 56 ◦ green 55 ◦ blue 64

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

Shades of Black Marlin #383740

Tints of Black Marlin #383740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 32%
G = 31.43%
B = 36.57%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383740 (or 0x383740) is known color: Black Marlin. HEX triplet: 38, 37 and 40. RGB value is (56,55,64). Sum of RGB (Red+Green+Blue) = 56+55+64=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #383740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383740 is #C7C8BF. Grayscale: #383838. Windows color (decimal): -13093056 or 4208440. OLE color: 4208440.

HSL color Cylindrical-coordinate representation of color #383740: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383740 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 55 64 -
CMYK 0.13 0.14 0 0.75
HSL 246.67º 0.08% 0.23% -
HSV(B) 246.67º 0.14% 0.25% -
XYZ 3.92 3.94 5.4 -
YUV 56.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 56 55 64 0.13 0.14 0 0.75 246.67 0.08 0.23
Hex 38 37 40 D E 0 4B F7 8 17
Octal 70 67 100 15 16 0 113 367 10 27
Binary 111000 110111 1000000 1101 1110 0 1001011 11110111 1000 10111

Color Harmonies of #383740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383740

Black with #383740

Text Example


Text Example

White with #383740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383740; }

 p { color: rgb(56,55,64); }

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

background-color css

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

 a { background-color: rgb(56,55,64); }

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

border-color css

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

 span { border-color: rgb(56,55,64); }

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