#383641

Color #383641 Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #383641

Tints of Black Marlin #383641

Color information

#383641 (or 0x383641) is unknown color: approx 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

RGB565465-
CMYK0.140.1700.75
HSL250.91º9.24%23.33%-
HSV(B)250.91º16.92%25.49%-
XYZ3.93.865.54-
YUV55.85133.16128.11-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5654650.140.1700.75250.919.2423.33
Hex383641E1104Bfb917
Octal7066101162101133731127
Binary11100011011010000011110100010100101111111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>