Html Css Color HEX #353351 Black Marlin

📋 copy color: '#353351'

red 53 ◦ green 51 ◦ blue 81

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

Shades of Black Marlin #353351

Tints of Black Marlin #353351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 28.65%
G = 27.57%
B = 43.78%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353351 (or 0x353351) is known color: Black Marlin. HEX triplet: 35, 33 and 51. RGB value is (53,51,81). Sum of RGB (Red+Green+Blue) = 53+51+81=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #353351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353351 is #CACCAE. Grayscale: #363636. Windows color (decimal): -13290671 or 5321525. OLE color: 5321525.

HSL color Cylindrical-coordinate representation of color #353351: hue angle of 244º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353351 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 51 81 -
CMYK 0.35 0.37 0 0.68
HSL 244º 0.23% 0.26% -
HSV(B) 244º 0.37% 0.32% -
XYZ 4.14 3.72 8.28 -
YUV 55.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 53 51 81 0.35 0.37 0 0.68 244 0.23 0.26
Hex 35 33 51 23 25 0 44 F4 17 1A
Octal 65 63 121 43 45 0 104 364 27 32
Binary 110101 110011 1010001 100011 100101 0 1000100 11110100 10111 11010

Color Harmonies of #353351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353351

Black with #353351

Text Example


Text Example

White with #353351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353351; }

 p { color: rgb(53,51,81); }

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

background-color css

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

 a { background-color: rgb(53,51,81); }

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

border-color css

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

 span { border-color: rgb(53,51,81); }

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