#363248

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

Shades of Black Marlin #363248

Tints of Black Marlin #363248

Color information

#363248 (or 0x363248) is unknown color: approx Black Marlin. HEX triplet: 36, 32 and 48. RGB value is (54,50,72). Sum of RGB (Red+Green+Blue) = 54+50+72=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #363248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363248 is #C9CDB7. Grayscale: #353535. Windows color (decimal): -13225400 or 4731446. OLE color: 4731446.

HSL color Cylindrical-coordinate representation of color #363248: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #363248 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB545072-
CMYK0.250.3100.72
HSL250.91º18.03%23.92%-
HSV(B)250.91º30.56%28.24%-
XYZ3.833.536.61-
YUV53.7138.33128.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=30.68%
G=28.41%
B=40.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5450720.250.3100.72250.9118.0323.92
Hex363248191F048fb1218
Octal6662110313701103732230
Binary1101101100101001000110011111101001000111110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363248; }

 p { color: rgb(54,50,72); }

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

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

 a { background-color: rgb(54,50,72); }

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

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

 span { border-color: rgb(54,50,72); }

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