Html Css Color HEX #353248 Black Marlin

📋 copy color: '#353248'

red 53 ◦ green 50 ◦ blue 72

#353248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Marlin #353248

Tints of Black Marlin #353248

RGB

 RED value IS 53 (21.09% from 255) = 30.29%

 GREEN value IS 50 (19.92% from 255) = 28.57%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 30.29%
G = 28.57%
B = 41.14%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353248 (or 0x353248) is known color: Black Marlin. HEX triplet: 35, 32 and 48. RGB value is (53,50,72). Sum of RGB (Red+Green+Blue) = 53+50+72=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #353248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353248 is #CACDB7. Grayscale: #353535. Windows color (decimal): -13290936 or 4731445. OLE color: 4731445.

HSL color Cylindrical-coordinate representation of color #353248: hue angle of 248.18º 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 #353248 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 50 72 -
CMYK 0.26 0.31 0 0.72
HSL 248.18º 0.18% 0.24% -
HSV(B) 248.18º 0.31% 0.28% -
XYZ 3.78 3.51 6.61 -
YUV 53.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 53 50 72 0.26 0.31 0 0.72 248.18 0.18 0.24
Hex 35 32 48 1A 1F 0 48 F8 12 18
Octal 65 62 110 32 37 0 110 370 22 30
Binary 110101 110010 1001000 11010 11111 0 1001000 11111000 10010 11000

Color Harmonies of #353248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353248

Black with #353248

Text Example


Text Example

White with #353248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353248; }

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

 H1.HeaderClassName
 {
   color: #353248;
 }
 .AnyTagClassName
 {
   color: #353248;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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