#38354B

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

Shades of Black Marlin #38354B

Tints of Black Marlin #38354B

Color information

#38354B (or 0x38354B) is unknown color: approx Black Marlin. HEX triplet: 38, 35 and 4B. RGB value is (56,53,75). Sum of RGB (Red+Green+Blue) = 56+53+75=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #38354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38354B is #C7CAB4. Grayscale: #383838. Windows color (decimal): -13093557 or 4928824. OLE color: 4928824.

HSL color Cylindrical-coordinate representation of color #38354B: hue angle of 248.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38354B is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB565375-
CMYK0.250.2900.71
HSL248.18º17.19%25.1%-
HSV(B)248.18º29.33%29.41%-
XYZ4.173.897.19-
YUV56.4138.49127.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=30.43%
G=28.80%
B=40.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5653750.250.2900.71248.1817.1925.1
Hex38354B191D047f81119
Octal7065113313501073702131
Binary1110001101011001011110011110101000111111110001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38354B; }

 p { color: rgb(56,53,75); }

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

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

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

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

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

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

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