Html Css Color HEX #383640 Black Marlin

📋 copy color: '#383640'

red 56 ◦ green 54 ◦ blue 64

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

Shades of Black Marlin #383640

Tints of Black Marlin #383640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 32.18%
G = 31.03%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383640 (or 0x383640) is known color: Black Marlin. HEX triplet: 38, 36 and 40. RGB value is (56,54,64). Sum of RGB (Red+Green+Blue) = 56+54+64=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #383640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383640 is #C7C9BF. Grayscale: #373737. Windows color (decimal): -13093312 or 4208184. OLE color: 4208184.

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

Color convert

RGB 56 54 64 -
CMYK 0.13 0.16 0 0.75
HSL 252º 0.08% 0.23% -
HSV(B) 252º 0.16% 0.25% -
XYZ 3.88 3.85 5.39 -
YUV 55.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 56 54 64 0.13 0.16 0 0.75 252 0.08 0.23
Hex 38 36 40 D 10 0 4B FC 8 17
Octal 70 66 100 15 20 0 113 374 10 27
Binary 111000 110110 1000000 1101 10000 0 1001011 11111100 1000 10111

Color Harmonies of #383640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383640

Black with #383640

Text Example


Text Example

White with #383640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383640; }

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

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

background-color css

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

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

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

border-color css

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

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

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