Html Css Color HEX #333249 Black Marlin

📋 copy color: '#333249'

red 51 ◦ green 50 ◦ blue 73

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

Shades of Black Marlin #333249

Tints of Black Marlin #333249

RGB

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

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

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

R = 29.31%
G = 28.74%
B = 41.95%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#333249 (or 0x333249) is known color: Black Marlin. HEX triplet: 33, 32 and 49. RGB value is (51,50,73). Sum of RGB (Red+Green+Blue) = 51+50+73=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #333249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333249 is #CCCDB6. Grayscale: #343434. Windows color (decimal): -13422007 or 4796979. OLE color: 4796979.

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

Color convert

RGB 51 50 73 -
CMYK 0.30 0.32 0 0.71
HSL 242.61º 0.19% 0.24% -
HSV(B) 242.61º 0.32% 0.29% -
XYZ 3.71 3.47 6.78 -
YUV 52.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 51 50 73 0.30 0.32 0 0.71 242.61 0.19 0.24
Hex 33 32 49 1E 20 0 47 F3 13 18
Octal 63 62 111 36 40 0 107 363 23 30
Binary 110011 110010 1001001 11110 100000 0 1000111 11110011 10011 11000

Color Harmonies of #333249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333249

Black with #333249

Text Example


Text Example

White with #333249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333249; }

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

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

background-color css

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

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

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

border-color css

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

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

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