Html Css Color HEX #383641 Black Marlin

📋 copy color: '#383641'

red 56 ◦ green 54 ◦ blue 65

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

Shades of Black Marlin #383641

Tints of Black Marlin #383641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 32%
G = 30.86%
B = 37.14%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383641 (or 0x383641) is known color: Black Marlin. HEX triplet: 38, 36 and 41. RGB value is (56,54,65). Sum of RGB (Red+Green+Blue) = 56+54+65=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #383641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383641 is #C7C9BE. Grayscale: #373737. Windows color (decimal): -13093311 or 4273720. OLE color: 4273720.

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

Color convert

RGB 56 54 65 -
CMYK 0.14 0.17 0 0.75
HSL 250.91º 0.09% 0.23% -
HSV(B) 250.91º 0.17% 0.25% -
XYZ 3.9 3.86 5.54 -
YUV 55.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 56 54 65 0.14 0.17 0 0.75 250.91 0.09 0.23
Hex 38 36 41 E 11 0 4B FB 9 17
Octal 70 66 101 16 21 0 113 373 11 27
Binary 111000 110110 1000001 1110 10001 0 1001011 11111011 1001 10111

Color Harmonies of #383641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383641

Black with #383641

Text Example


Text Example

White with #383641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383641; }

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

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

background-color css

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

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

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

border-color css

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

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

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