Html Css Color HEX #32314B Black Marlin

📋 copy color: '#32314B'

red 50 ◦ green 49 ◦ blue 75

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

Shades of Black Marlin #32314B

Tints of Black Marlin #32314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 28.74%
G = 28.16%
B = 43.1%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#32314B (or 0x32314B) is known color: Black Marlin. HEX triplet: 32, 31 and 4B. RGB value is (50,49,75). Sum of RGB (Red+Green+Blue) = 50+49+75=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #32314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32314B is #CDCEB4. Grayscale: #343434. Windows color (decimal): -13487797 or 4927794. OLE color: 4927794.

HSL color Cylindrical-coordinate representation of color #32314B: hue angle of 242.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32314B is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 49 75 -
CMYK 0.33 0.35 0 0.71
HSL 242.31º 0.21% 0.24% -
HSV(B) 242.31º 0.35% 0.29% -
XYZ 3.68 3.38 7.12 -
YUV 52.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 50 49 75 0.33 0.35 0 0.71 242.31 0.21 0.24
Hex 32 31 4B 21 23 0 47 F2 15 18
Octal 62 61 113 41 43 0 107 362 25 30
Binary 110010 110001 1001011 100001 100011 0 1000111 11110010 10101 11000

Color Harmonies of #32314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32314B

Black with #32314B

Text Example


Text Example

White with #32314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32314B; }

 p { color: rgb(50,49,75); }

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

background-color css

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

 a { background-color: rgb(50,49,75); }

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

border-color css

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

 span { border-color: rgb(50,49,75); }

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