#383843

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

Shades of Black Marlin #383843

Tints of Black Marlin #383843

Color information

#383843 (or 0x383843) is unknown color: approx Black Marlin. HEX triplet: 38, 38 and 43. RGB value is (56,56,67). Sum of RGB (Red+Green+Blue) = 56+56+67=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #383843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383843 is #C7C7BC. Grayscale: #393939. Windows color (decimal): -13092797 or 4405304. OLE color: 4405304.

HSL color Cylindrical-coordinate representation of color #383843: hue angle of 240º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #383843 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB565667-
CMYK0.160.1600.74
HSL240º8.94%24.12%-
HSV(B)240º16.42%26.27%-
XYZ4.064.075.88-
YUV57.25133.5127.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 67 (26.56% from 255) = 37.43%
R=31.28%
G=31.28%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5656670.160.1600.742408.9424.12
Hex383843101004Af0918
Octal7070103202001123601130
Binary111000111000100001110000100000100101011110000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383843; }

 p { color: rgb(56,56,67); }

 H1.HeaderClassName
 {
   color: #383843;
 }
 .AnyTagClassName
 {
   color: #383843;
 }
</style>
background-color css

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

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

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

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

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

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