#38374B

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

Shades of Black Marlin #38374B

Tints of Black Marlin #38374B

Color information

#38374B (or 0x38374B) is unknown color: approx Black Marlin. HEX triplet: 38, 37 and 4B. RGB value is (56,55,75). Sum of RGB (Red+Green+Blue) = 56+55+75=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #38374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38374B is #C7C8B4. Grayscale: #393939. Windows color (decimal): -13093045 or 4929336. OLE color: 4929336.

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

Color convert

RGB565575-
CMYK0.250.2700.71
HSL243º15.38%25.49%-
HSV(B)243º26.67%29.41%-
XYZ4.274.087.22-
YUV57.58137.83126.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=30.11%
G=29.57%
B=40.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5655750.250.2700.7124315.3825.49
Hex38374B191B047f3f19
Octal7067113313301073631731
Binary111000110111100101111001110110100011111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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