Html Css Color HEX #33324A Black Marlin

📋 copy color: '#33324A'

red 51 ◦ green 50 ◦ blue 74

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

Shades of Black Marlin #33324A

Tints of Black Marlin #33324A

RGB

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

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

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

R = 29.14%
G = 28.57%
B = 42.29%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#33324A (or 0x33324A) is known color: Black Marlin. HEX triplet: 33, 32 and 4A. RGB value is (51,50,74). Sum of RGB (Red+Green+Blue) = 51+50+74=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #33324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33324A is #CCCDB5. Grayscale: #343434. Windows color (decimal): -13422006 or 4862515. OLE color: 4862515.

HSL color Cylindrical-coordinate representation of color #33324A: hue angle of 242.5º 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 #33324A is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 50 74 -
CMYK 0.31 0.32 0 0.71
HSL 242.5º 0.19% 0.24% -
HSV(B) 242.5º 0.32% 0.29% -
XYZ 3.74 3.48 6.95 -
YUV 53.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 51 50 74 0.31 0.32 0 0.71 242.5 0.19 0.24
Hex 33 32 4A 1F 20 0 47 F2 13 18
Octal 63 62 112 37 40 0 107 362 23 30
Binary 110011 110010 1001010 11111 100000 0 1000111 11110010 10011 11000

Color Harmonies of #33324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33324A

Black with #33324A

Text Example


Text Example

White with #33324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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