Html Css Color HEX #333349 Black Marlin

📋 copy color: '#333349'

red 51 ◦ green 51 ◦ blue 73

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

Shades of Black Marlin #333349

Tints of Black Marlin #333349

RGB

 RED value IS 51 (20.31% from 255) = 29.14%

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

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 29.14%
G = 29.14%
B = 41.71%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#333349 (or 0x333349) is known color: Black Marlin. HEX triplet: 33, 33 and 49. RGB value is (51,51,73). Sum of RGB (Red+Green+Blue) = 51+51+73=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #333349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333349 is #CCCCB6. Grayscale: #353535. Windows color (decimal): -13421751 or 4797235. OLE color: 4797235.

HSL color Cylindrical-coordinate representation of color #333349: hue angle of 240º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333349 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 51 73 -
CMYK 0.30 0.30 0 0.71
HSL 240º 0.18% 0.24% -
HSV(B) 240º 0.3% 0.29% -
XYZ 3.75 3.55 6.79 -
YUV 53.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 51 51 73 0.30 0.30 0 0.71 240 0.18 0.24
Hex 33 33 49 1E 1E 0 47 F0 12 18
Octal 63 63 111 36 36 0 107 360 22 30
Binary 110011 110011 1001001 11110 11110 0 1000111 11110000 10010 11000

Color Harmonies of #333349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333349

Black with #333349

Text Example


Text Example

White with #333349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333349; }

 p { color: rgb(51,51,73); }

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

background-color css

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

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

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

border-color css

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

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

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