Html Css Color HEX #33324D Black Marlin

📋 copy color: '#33324D'

red 51 ◦ green 50 ◦ blue 77

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

Shades of Black Marlin #33324D

Tints of Black Marlin #33324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 28.65%
G = 28.09%
B = 43.26%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33324D (or 0x33324D) is known color: Black Marlin. HEX triplet: 33, 32 and 4D. RGB value is (51,50,77). Sum of RGB (Red+Green+Blue) = 51+50+77=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #33324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33324D is #CCCDB2. Grayscale: #353535. Windows color (decimal): -13422003 or 5059123. OLE color: 5059123.

HSL color Cylindrical-coordinate representation of color #33324D: hue angle of 242.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33324D is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 50 77 -
CMYK 0.34 0.35 0 0.70
HSL 242.22º 0.21% 0.25% -
HSV(B) 242.22º 0.35% 0.3% -
XYZ 3.85 3.52 7.5 -
YUV 53.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 51 50 77 0.34 0.35 0 0.70 242.22 0.21 0.25
Hex 33 32 4D 22 23 0 46 F2 15 19
Octal 63 62 115 42 43 0 106 362 25 31
Binary 110011 110010 1001101 100010 100011 0 1000110 11110010 10101 11001

Color Harmonies of #33324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33324D

Black with #33324D

Text Example


Text Example

White with #33324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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