Html Css Color HEX #33314A Black Marlin

📋 copy color: '#33314A'

red 51 ◦ green 49 ◦ blue 74

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

Shades of Black Marlin #33314A

Tints of Black Marlin #33314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 29.31%
G = 28.16%
B = 42.53%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#33314A (or 0x33314A) is known color: Black Marlin. HEX triplet: 33, 31 and 4A. RGB value is (51,49,74). Sum of RGB (Red+Green+Blue) = 51+49+74=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #33314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33314A is #CCCEB5. Grayscale: #343434. Windows color (decimal): -13422262 or 4862259. OLE color: 4862259.

HSL color Cylindrical-coordinate representation of color #33314A: hue angle of 244.8º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33314A is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 49 74 -
CMYK 0.31 0.34 0 0.71
HSL 244.8º 0.2% 0.24% -
HSV(B) 244.8º 0.34% 0.29% -
XYZ 3.7 3.39 6.94 -
YUV 52.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 51 49 74 0.31 0.34 0 0.71 244.8 0.2 0.24
Hex 33 31 4A 1F 22 0 47 F5 14 18
Octal 63 61 112 37 42 0 107 365 24 30
Binary 110011 110001 1001010 11111 100010 0 1000111 11110101 10100 11000

Color Harmonies of #33314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33314A

Black with #33314A

Text Example


Text Example

White with #33314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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