Html Css Color HEX #33314D Black Marlin

📋 copy color: '#33314D'

red 51 ◦ green 49 ◦ blue 77

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

Shades of Black Marlin #33314D

Tints of Black Marlin #33314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.68%

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

R = 28.81%
G = 27.68%
B = 43.5%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33314D (or 0x33314D) is known color: Black Marlin. HEX triplet: 33, 31 and 4D. RGB value is (51,49,77). Sum of RGB (Red+Green+Blue) = 51+49+77=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #33314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33314D is #CCCEB2. Grayscale: #343434. Windows color (decimal): -13422259 or 5058867. OLE color: 5058867.

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

Color convert

RGB 51 49 77 -
CMYK 0.34 0.36 0 0.70
HSL 244.29º 0.22% 0.25% -
HSV(B) 244.29º 0.36% 0.3% -
XYZ 3.8 3.44 7.48 -
YUV 52.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 51 49 77 0.34 0.36 0 0.70 244.29 0.22 0.25
Hex 33 31 4D 22 24 0 46 F4 16 19
Octal 63 61 115 42 44 0 106 364 26 31
Binary 110011 110001 1001101 100010 100100 0 1000110 11110100 10110 11001

Color Harmonies of #33314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33314D

Black with #33314D

Text Example


Text Example

White with #33314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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