Html Css Color HEX #363248 Black Marlin

📋 copy color: '#363248'

red 54 ◦ green 50 ◦ blue 72

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

Shades of Black Marlin #363248

Tints of Black Marlin #363248

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 value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#363248 (or 0x363248) is known color: 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

RGB 54 50 72 -
CMYK 0.25 0.31 0 0.72
HSL 250.91º 0.18% 0.24% -
HSV(B) 250.91º 0.31% 0.28% -
XYZ 3.83 3.53 6.61 -
YUV 53.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 54 50 72 0.25 0.31 0 0.72 250.91 0.18 0.24
Hex 36 32 48 19 1F 0 48 FB 12 18
Octal 66 62 110 31 37 0 110 373 22 30
Binary 110110 110010 1001000 11001 11111 0 1001000 11111011 10010 11000

Color Harmonies of #363248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363248

Black with #363248

Text Example


Text Example

White with #363248

Text Example


Text Example

HTML Codes & Css Web 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>